Html Css Color HEX #90050C Sangria

📋 copy color: '#90050C'

red 144 ◦ green 5 ◦ blue 12

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

Shades of Sangria #90050C

Tints of Sangria #90050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 12 (5.08% from 255) = 7.45%

R = 89.44%
G = 3.11%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#90050C (or 0x90050C) is known color: Sangria. HEX triplet: 90, 05 and 0C. RGB value is (144,5,12). Sum of RGB (Red+Green+Blue) = 144+5+12=161 (21% of max value = 765). Red value is 144 (56.64% from 255 or 89.44% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 144 - color contains mainly: red. Hex color #90050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90050C is #6FFAF3. Grayscale: #2F2F2F. Windows color (decimal): -7338740 or 787856. OLE color: 787856.

HSL color Cylindrical-coordinate representation of color #90050C: hue angle of 356.98º degrees, saturation: 0.93, 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 #90050C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 12 -
CMYK 0 0.97 0.92 0.44
HSL 356.98º 0.93% 0.29% -
HSV(B) 356.98º 0.97% 0.56% -
XYZ 11.62 6.06 0.91 -
YUV 47.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 144 5 12 0 0.97 0.92 0.44 356.98 0.93 0.29
Hex 90 5 C 0 61 5C 2C 165 5D 1D
Octal 220 5 14 0 141 134 54 545 135 35
Binary 10010000 101 1100 0 1100001 1011100 101100 101100101 1011101 11101

Color Harmonies of #90050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90050C

Black with #90050C

Text Example


Text Example

White with #90050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90050C; }

 p { color: rgb(144,5,12); }

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

background-color css

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

 a { background-color: rgb(144,5,12); }

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

border-color css

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

 span { border-color: rgb(144,5,12); }

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