#91011F

Color #91011F Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #91011F

Tints of Carmine #91011F

Color information

#91011F (or 0x91011F) is unknown color: approx Carmine. HEX triplet: 91, 01 and 1F. RGB value is (145,1,31). Sum of RGB (Red+Green+Blue) = 145+1+31=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #91011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91011F is #6EFEE0. Grayscale: #2F2F2F. Windows color (decimal): -7274209 or 2032017. OLE color: 2032017.

HSL color Cylindrical-coordinate representation of color #91011F: hue angle of 347.5º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91011F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB145131-
CMYK00.990.790.43
HSL347.5º98.63%28.63%-
HSV(B)347.5º99.31%56.86%-
XYZ11.946.141.85-
YUV47.48118.71197.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 81.92%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=81.92%
G=0.56%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513100.990.790.43347.598.6328.63
Hex9111F0634F2B15c631d
Octal22113701431175353414335
Binary10010001111111011000111001111101011101011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91011F; }

 p { color: rgb(145,1,31); }

 H1.HeaderClassName
 {
   color: #91011F;
 }
 .AnyTagClassName
 {
   color: #91011F;
 }
</style>
background-color css

<style>
 a { background-color: #91011F; }

 a { background-color: rgb(145,1,31); }

 div.DivClassName
 {
   background-color: #91011F;
 }
 .BgClassName
 {
   background-color: #91011F;
 }
</style>
border-color css

<style>
 span { border-color: #91011F; }

 span { border-color: rgb(145,1,31); }

 td.TdClassName
 {
   border-color: #91011F;
 }
 .TagClassName
 {
   border-color: #91011F;
 }
</style>