#900817

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

Shades of Carmine #900817

Tints of Carmine #900817

Color information

#900817 (or 0x900817) is unknown color: approx Carmine. HEX triplet: 90, 08 and 17. RGB value is (144,8,23). Sum of RGB (Red+Green+Blue) = 144+8+23=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #900817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900817 is #6FF7E8. Grayscale: #323232. Windows color (decimal): -7337961 or 1509520. OLE color: 1509520.

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

Color convert

RGB144823-
CMYK00.940.840.44
HSL353.38º89.47%29.8%-
HSV(B)353.38º94.44%56.47%-
XYZ11.746.161.38-
YUV50.37112.56194.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 82.29%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=82.29%
G=4.57%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14482300.940.840.44353.3889.4729.8
Hex9081705E542C161591e
Octal220102701361245454113136
Binary10010000100010111010111101010100101100101100001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900817; }

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

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

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

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

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

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

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

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