Html Css Color HEX #90022A Burgundy

📋 copy color: '#90022A'

red 144 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #90022A

Tints of Burgundy #90022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 76.6%
G = 1.06%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#90022A (or 0x90022A) is known color: Burgundy. HEX triplet: 90, 02 and 2A. RGB value is (144,2,42). Sum of RGB (Red+Green+Blue) = 144+2+42=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #90022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90022A is #6FFDD5. Grayscale: #303030. Windows color (decimal): -7339478 or 2753168. OLE color: 2753168.

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

Color convert

RGB 144 2 42 -
CMYK 0 0.99 0.71 0.44
HSL 343.1º 0.97% 0.29% -
HSV(B) 343.1º 0.99% 0.56% -
XYZ 11.94 6.14 2.75 -
YUV 49.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 144 2 42 0 0.99 0.71 0.44 343.1 0.97 0.29
Hex 90 2 2A 0 63 47 2C 157 61 1D
Octal 220 2 52 0 143 107 54 527 141 35
Binary 10010000 10 101010 0 1100011 1000111 101100 101010111 1100001 11101

Color Harmonies of #90022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90022A

Black with #90022A

Text Example


Text Example

White with #90022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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