#910D20

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

Shades of Carmine #910D20

Tints of Carmine #910D20

Color information

#910D20 (or 0x910D20) is unknown color: approx Carmine. HEX triplet: 91, 0D and 20. RGB value is (145,13,32). Sum of RGB (Red+Green+Blue) = 145+13+32=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #910D20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D20 is #6EF2DF. Grayscale: #363636. Windows color (decimal): -7271136 or 2100625. OLE color: 2100625.

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

Color convert

RGB1451332-
CMYK00.910.780.43
HSL351.36º83.54%30.98%-
HSV(B)351.36º91.03%56.86%-
XYZ12.086.411.97-
YUV54.63115.23192.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 76.32%
GREEN value IS 13 (5.47% from 255) = 6.84%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=76.32%
G=6.84%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145133200.910.780.43351.3683.5430.98
Hex91D2005B4E2B15f541f
Octal221154001331165353712437
Binary100100011101100000010110111001110101011101011111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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