Html Css Color HEX #90080F Sangria

📋 copy color: '#90080F'

red 144 ◦ green 8 ◦ blue 15

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

Shades of Sangria #90080F

Tints of Sangria #90080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 86.23%
G = 4.79%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90080F (or 0x90080F) is known color: Sangria. HEX triplet: 90, 08 and 0F. RGB value is (144,8,15). Sum of RGB (Red+Green+Blue) = 144+8+15=167 (22% of max value = 765). Red value is 144 (56.64% from 255 or 86.23% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 144 - color contains mainly: red. Hex color #90080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90080F is #6FF7F0. Grayscale: #313131. Windows color (decimal): -7337969 or 985232. OLE color: 985232.

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

Color convert

RGB 144 8 15 -
CMYK 0 0.94 0.90 0.44
HSL 356.91º 0.89% 0.3% -
HSV(B) 356.91º 0.94% 0.56% -
XYZ 11.67 6.14 1.02 -
YUV 49.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 144 8 15 0 0.94 0.90 0.44 356.91 0.89 0.3
Hex 90 8 F 0 5E 5A 2C 165 59 1E
Octal 220 10 17 0 136 132 54 545 131 36
Binary 10010000 1000 1111 0 1011110 1011010 101100 101100101 1011001 11110

Color Harmonies of #90080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90080F

Black with #90080F

Text Example


Text Example

White with #90080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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