Html Css Color HEX #900812 Sangria

📋 copy color: '#900812'

red 144 ◦ green 8 ◦ blue 18

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

Shades of Sangria #900812

Tints of Sangria #900812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 84.71%
G = 4.71%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#900812 (or 0x900812) is known color: Sangria. HEX triplet: 90, 08 and 12. RGB value is (144,8,18). Sum of RGB (Red+Green+Blue) = 144+8+18=170 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.71% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 144 - color contains mainly: red. Hex color #900812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900812 is #6FF7ED. Grayscale: #313131. Windows color (decimal): -7337966 or 1181840. OLE color: 1181840.

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

Color convert

RGB 144 8 18 -
CMYK 0 0.94 0.88 0.44
HSL 355.59º 0.89% 0.3% -
HSV(B) 355.59º 0.94% 0.56% -
XYZ 11.7 6.15 1.14 -
YUV 49.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 144 8 18 0 0.94 0.88 0.44 355.59 0.89 0.3
Hex 90 8 12 0 5E 58 2C 164 59 1E
Octal 220 10 22 0 136 130 54 544 131 36
Binary 10010000 1000 10010 0 1011110 1011000 101100 101100100 1011001 11110

Color Harmonies of #900812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900812

Black with #900812

Text Example


Text Example

White with #900812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900812; }

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

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

background-color css

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

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

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

border-color css

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

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

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