#910720

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

Shades of Carmine #910720

Tints of Carmine #910720

Color information

#910720 (or 0x910720) is unknown color: approx Carmine. HEX triplet: 91, 07 and 20. RGB value is (145,7,32). Sum of RGB (Red+Green+Blue) = 145+7+32=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #910720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910720 is #6EF8DF. Grayscale: #333333. Windows color (decimal): -7272672 or 2099089. OLE color: 2099089.

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

Color convert

RGB145732-
CMYK00.950.780.43
HSL349.13º90.79%29.8%-
HSV(B)349.13º95.17%56.86%-
XYZ12.016.281.94-
YUV51.11117.22194.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 78.80%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=78.80%
G=3.80%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14573200.950.780.43349.1390.7929.8
Hex9172005F4E2B15d5b1e
Octal22174001371165353513336
Binary10010001111100000010111111001110101011101011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910720; }

 p { color: rgb(145,7,32); }

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

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

 a { background-color: rgb(145,7,32); }

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

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

 span { border-color: rgb(145,7,32); }

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