Html Css Color HEX #90020E Sangria

📋 copy color: '#90020E'

red 144 ◦ green 2 ◦ blue 14

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

Shades of Sangria #90020E

Tints of Sangria #90020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.75%

R = 90%
G = 1.25%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90020E (or 0x90020E) is known color: Sangria. HEX triplet: 90, 02 and 0E. RGB value is (144,2,14). Sum of RGB (Red+Green+Blue) = 144+2+14=160 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 144 - color contains mainly: red. Hex color #90020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90020E is #6FFDF1. Grayscale: #2D2D2D. Windows color (decimal): -7339506 or 918160. OLE color: 918160.

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

Color convert

RGB 144 2 14 -
CMYK 0 0.99 0.90 0.44
HSL 354.93º 0.97% 0.29% -
HSV(B) 354.93º 0.99% 0.56% -
XYZ 11.6 6 0.96 -
YUV 45.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 144 2 14 0 0.99 0.90 0.44 354.93 0.97 0.29
Hex 90 2 E 0 63 5A 2C 163 61 1D
Octal 220 2 16 0 143 132 54 543 141 35
Binary 10010000 10 1110 0 1100011 1011010 101100 101100011 1100001 11101

Color Harmonies of #90020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90020E

Black with #90020E

Text Example


Text Example

White with #90020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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