Html Css Color HEX #900824 Carmine

📋 copy color: '#900824'

red 144 ◦ green 8 ◦ blue 36

#900824
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #900824

Tints of Carmine #900824

RGB

 RED value IS 144 (56.64% from 255) = 76.6%

 GREEN value IS 8 (3.52% from 255) = 4.26%

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 76.6%
G = 4.26%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#900824 (or 0x900824) is known color: Carmine. HEX triplet: 90, 08 and 24. RGB value is (144,8,36). Sum of RGB (Red+Green+Blue) = 144+8+36=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #900824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900824 is #6FF7DB. Grayscale: #333333. Windows color (decimal): -7337948 or 2361488. OLE color: 2361488.

HSL color Cylindrical-coordinate representation of color #900824: hue angle of 347.65º 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 #900824 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 8 36 -
CMYK 0 0.94 0.75 0.44
HSL 347.65º 0.89% 0.3% -
HSV(B) 347.65º 0.94% 0.56% -
XYZ 11.91 6.23 2.24 -
YUV 51.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 144 8 36 0 0.94 0.75 0.44 347.65 0.89 0.3
Hex 90 8 24 0 5E 4B 2C 15C 59 1E
Octal 220 10 44 0 136 113 54 534 131 36
Binary 10010000 1000 100100 0 1011110 1001011 101100 101011100 1011001 11110

Color Harmonies of #900824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900824

Black with #900824

Text Example


Text Example

White with #900824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900824; }

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

 H1.HeaderClassName
 {
   color: #900824;
 }
 .AnyTagClassName
 {
   color: #900824;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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