Html Css Color HEX #90082A Burgundy

📋 copy color: '#90082A'

red 144 ◦ green 8 ◦ blue 42

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

Shades of Burgundy #90082A

Tints of Burgundy #90082A

RGB

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

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

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

R = 74.23%
G = 4.12%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#90082A (or 0x90082A) is known color: Burgundy. HEX triplet: 90, 08 and 2A. RGB value is (144,8,42). Sum of RGB (Red+Green+Blue) = 144+8+42=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #90082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90082A is #6FF7D5. Grayscale: #343434. Windows color (decimal): -7337942 or 2754704. OLE color: 2754704.

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

Color convert

RGB 144 8 42 -
CMYK 0 0.94 0.71 0.44
HSL 345º 0.89% 0.3% -
HSV(B) 345º 0.94% 0.56% -
XYZ 12.01 6.27 2.77 -
YUV 52.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 144 8 42 0 0.94 0.71 0.44 345 0.89 0.3
Hex 90 8 2A 0 5E 47 2C 159 59 1E
Octal 220 10 52 0 136 107 54 531 131 36
Binary 10010000 1000 101010 0 1011110 1000111 101100 101011001 1011001 11110

Color Harmonies of #90082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90082A

Black with #90082A

Text Example


Text Example

White with #90082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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