#910F19

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

Shades of Carmine #910F19

Tints of Carmine #910F19

Color information

#910F19 (or 0x910F19) is unknown color: approx Carmine. HEX triplet: 91, 0F and 19. RGB value is (145,15,25). Sum of RGB (Red+Green+Blue) = 145+15+25=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #910F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F19 is #6EF0E6. Grayscale: #373737. Windows color (decimal): -7270631 or 1642385. OLE color: 1642385.

HSL color Cylindrical-coordinate representation of color #910F19: hue angle of 355.38º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F19 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB1451525-
CMYK00.900.830.43
HSL355.38º81.25%31.37%-
HSV(B)355.38º89.66%56.86%-
XYZ12.026.431.53-
YUV55.01111.07192.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 78.38%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=78.38%
G=8.11%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145152500.900.830.43355.3881.2531.37
Hex91F1905A532B163511f
Octal221173101321235354312137
Binary10010001111111001010110101010011101011101100011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910F19; }

 p { color: rgb(145,15,25); }

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

<style>
 a { background-color: #910F19; }

 a { background-color: rgb(145,15,25); }

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

<style>
 span { border-color: #910F19; }

 span { border-color: rgb(145,15,25); }

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