Html Css Color HEX #90080A Sangria

📋 copy color: '#90080A'

red 144 ◦ green 8 ◦ blue 10

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

Shades of Sangria #90080A

Tints of Sangria #90080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 88.89%
G = 4.94%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#90080A (or 0x90080A) is known color: Sangria. HEX triplet: 90, 08 and 0A. RGB value is (144,8,10). Sum of RGB (Red+Green+Blue) = 144+8+10=162 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.89% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 144 - color contains mainly: red. Hex color #90080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90080A is #6FF7F5. Grayscale: #313131. Windows color (decimal): -7337974 or 657552. OLE color: 657552.

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

Color convert

RGB 144 8 10 -
CMYK 0 0.94 0.93 0.44
HSL 359.12º 0.89% 0.3% -
HSV(B) 359.12º 0.94% 0.56% -
XYZ 11.64 6.12 0.86 -
YUV 48.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 144 8 10 0 0.94 0.93 0.44 359.12 0.89 0.3
Hex 90 8 A 0 5E 5D 2C 167 59 1E
Octal 220 10 12 0 136 135 54 547 131 36
Binary 10010000 1000 1010 0 1011110 1011101 101100 101100111 1011001 11110

Color Harmonies of #90080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90080A

Black with #90080A

Text Example


Text Example

White with #90080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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