#910520

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

Shades of Carmine #910520

Tints of Carmine #910520

Color information

#910520 (or 0x910520) is unknown color: approx Carmine. HEX triplet: 91, 05 and 20. RGB value is (145,5,32). Sum of RGB (Red+Green+Blue) = 145+5+32=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #910520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910520 is #6EFADF. Grayscale: #313131. Windows color (decimal): -7273184 or 2098577. OLE color: 2098577.

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

Color convert

RGB145532-
CMYK00.970.780.43
HSL348.43º93.33%29.41%-
HSV(B)348.43º96.55%56.86%-
XYZ11.996.231.94-
YUV49.94117.88195.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 79.67%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=79.67%
G=2.75%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14553200.970.780.43348.4393.3329.41
Hex915200614E2B15c5d1d
Octal22154001411165353413535
Binary10010001101100000011000011001110101011101011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910520; }

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

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

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

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

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

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

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

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