Html Css Color HEX #90020A Sangria

📋 copy color: '#90020A'

red 144 ◦ green 2 ◦ blue 10

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

Shades of Sangria #90020A

Tints of Sangria #90020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

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

R = 92.31%
G = 1.28%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#90020A (or 0x90020A) is known color: Sangria. HEX triplet: 90, 02 and 0A. RGB value is (144,2,10). Sum of RGB (Red+Green+Blue) = 144+2+10=156 (20% of max value = 765). Red value is 144 (56.64% from 255 or 92.31% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 144 - color contains mainly: red. Hex color #90020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90020A is #6FFDF5. Grayscale: #2D2D2D. Windows color (decimal): -7339510 or 656016. OLE color: 656016.

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

Color convert

RGB 144 2 10 -
CMYK 0 0.99 0.93 0.44
HSL 356.62º 0.97% 0.29% -
HSV(B) 356.62º 0.99% 0.56% -
XYZ 11.58 5.99 0.83 -
YUV 45.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 144 2 10 0 0.99 0.93 0.44 356.62 0.97 0.29
Hex 90 2 A 0 63 5D 2C 165 61 1D
Octal 220 2 12 0 143 135 54 545 141 35
Binary 10010000 10 1010 0 1100011 1011101 101100 101100101 1100001 11101

Color Harmonies of #90020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90020A

Black with #90020A

Text Example


Text Example

White with #90020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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