#910919

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

Shades of Carmine #910919

Tints of Carmine #910919

Color information

#910919 (or 0x910919) is unknown color: approx Carmine. HEX triplet: 91, 09 and 19. RGB value is (145,9,25). Sum of RGB (Red+Green+Blue) = 145+9+25=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #910919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910919 is #6EF6E6. Grayscale: #333333. Windows color (decimal): -7272167 or 1640849. OLE color: 1640849.

HSL color Cylindrical-coordinate representation of color #910919: hue angle of 352.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910919 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB145925-
CMYK00.940.830.43
HSL352.94º88.31%30.2%-
HSV(B)352.94º93.79%56.86%-
XYZ11.956.291.5-
YUV51.49113.06194.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 81.01%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 25 (10.16% from 255) = 13.97%
R=81.01%
G=5.03%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14592500.940.830.43352.9488.3130.2
Hex9191905E532B161581e
Octal221113101361235354113036
Binary10010001100111001010111101010011101011101100001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910919; }

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

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

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

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

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

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

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

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