Html Css Color HEX #900412 Sangria

📋 copy color: '#900412'

red 144 ◦ green 4 ◦ blue 18

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

Shades of Sangria #900412

Tints of Sangria #900412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

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

R = 86.75%
G = 2.41%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#900412 (or 0x900412) is known color: Sangria. HEX triplet: 90, 04 and 12. RGB value is (144,4,18). Sum of RGB (Red+Green+Blue) = 144+4+18=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #900412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900412 is #6FFBED. Grayscale: #2F2F2F. Windows color (decimal): -7338990 or 1180816. OLE color: 1180816.

HSL color Cylindrical-coordinate representation of color #900412: hue angle of 354º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900412 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 18 -
CMYK 0 0.97 0.88 0.44
HSL 354º 0.95% 0.29% -
HSV(B) 354º 0.97% 0.56% -
XYZ 11.65 6.06 1.13 -
YUV 47.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 144 4 18 0 0.97 0.88 0.44 354 0.95 0.29
Hex 90 4 12 0 61 58 2C 162 5F 1D
Octal 220 4 22 0 141 130 54 542 137 35
Binary 10010000 100 10010 0 1100001 1011000 101100 101100010 1011111 11101

Color Harmonies of #900412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900412

Black with #900412

Text Example


Text Example

White with #900412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900412; }

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

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

background-color css

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

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

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

border-color css

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

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

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