Html Css Color HEX #90082E Burgundy

📋 copy color: '#90082E'

red 144 ◦ green 8 ◦ blue 46

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

Shades of Burgundy #90082E

Tints of Burgundy #90082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 72.73%
G = 4.04%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#90082E (or 0x90082E) is known color: Burgundy. HEX triplet: 90, 08 and 2E. RGB value is (144,8,46). Sum of RGB (Red+Green+Blue) = 144+8+46=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #90082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90082E is #6FF7D1. Grayscale: #343434. Windows color (decimal): -7337938 or 3016848. OLE color: 3016848.

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

Color convert

RGB 144 8 46 -
CMYK 0 0.94 0.68 0.44
HSL 343.24º 0.89% 0.3% -
HSV(B) 343.24º 0.94% 0.56% -
XYZ 12.08 6.3 3.16 -
YUV 53 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 144 8 46 0 0.94 0.68 0.44 343.24 0.89 0.3
Hex 90 8 2E 0 5E 44 2C 157 59 1E
Octal 220 10 56 0 136 104 54 527 131 36
Binary 10010000 1000 101110 0 1011110 1000100 101100 101010111 1011001 11110

Color Harmonies of #90082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90082E

Black with #90082E

Text Example


Text Example

White with #90082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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