#901517

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

Shades of Carmine #901517

Tints of Carmine #901517

Color information

#901517 (or 0x901517) is unknown color: approx Carmine. HEX triplet: 90, 15 and 17. RGB value is (144,21,23). Sum of RGB (Red+Green+Blue) = 144+21+23=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #901517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901517 is #6FEAE8. Grayscale: #3A3A3A. Windows color (decimal): -7334633 or 1512848. OLE color: 1512848.

HSL color Cylindrical-coordinate representation of color #901517: hue angle of 359.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901517 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB1442123-
CMYK00.850.840.44
HSL359.02º74.55%32.35%-
HSV(B)359.02º85.42%56.47%-
XYZ11.926.531.44-
YUV58108.25189.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 76.60%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 23 (9.38% from 255) = 12.23%
R=76.60%
G=11.17%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144212300.850.840.44359.0274.5532.35
Hex901517055542C1674b20
Octal220252701251245454711340
Binary1001000010101101110101010110101001011001011001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901517; }

 p { color: rgb(144,21,23); }

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

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

 a { background-color: rgb(144,21,23); }

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

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

 span { border-color: rgb(144,21,23); }

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