Html Css Color HEX #80092E Burgundy

📋 copy color: '#80092E'

red 128 ◦ green 9 ◦ blue 46

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

Shades of Burgundy #80092E

Tints of Burgundy #80092E

RGB

 RED value IS 128 (50.39% from 255) = 69.95%

 GREEN value IS 9 (3.91% from 255) = 4.92%

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

R = 69.95%
G = 4.92%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80092E (or 0x80092E) is known color: Burgundy. HEX triplet: 80, 09 and 2E. RGB value is (128,9,46). Sum of RGB (Red+Green+Blue) = 128+9+46=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #80092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80092E is #7FF6D1. Grayscale: #303030. Windows color (decimal): -8386258 or 3017088. OLE color: 3017088.

HSL color Cylindrical-coordinate representation of color #80092E: hue angle of 341.34º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80092E is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 9 46 -
CMYK 0 0.93 0.64 0.50
HSL 341.34º 0.87% 0.27% -
HSV(B) 341.34º 0.93% 0.5% -
XYZ 9.49 4.98 3.05 -
YUV 48.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 128 9 46 0 0.93 0.64 0.50 341.34 0.87 0.27
Hex 80 9 2E 0 5D 40 32 155 57 1B
Octal 200 11 56 0 135 100 62 525 127 33
Binary 10000000 1001 101110 0 1011101 1000000 110010 101010101 1010111 11011

Color Harmonies of #80092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80092E

Black with #80092E

Text Example


Text Example

White with #80092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,9,46); }

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

background-color css

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

 a { background-color: rgb(128,9,46); }

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

border-color css

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

 span { border-color: rgb(128,9,46); }

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