Html Css Color HEX #80092C Burgundy

📋 copy color: '#80092C'

red 128 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #80092C

Tints of Burgundy #80092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 70.72%
G = 4.97%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80092C (or 0x80092C) is known color: Burgundy. HEX triplet: 80, 09 and 2C. RGB value is (128,9,44). Sum of RGB (Red+Green+Blue) = 128+9+44=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #80092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80092C is #7FF6D3. Grayscale: #303030. Windows color (decimal): -8386260 or 2886016. OLE color: 2886016.

HSL color Cylindrical-coordinate representation of color #80092C: hue angle of 342.35º 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 #80092C is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 9 44 -
CMYK 0 0.93 0.66 0.50
HSL 342.35º 0.87% 0.27% -
HSV(B) 342.35º 0.93% 0.5% -
XYZ 9.45 4.97 2.84 -
YUV 48.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 128 9 44 0 0.93 0.66 0.50 342.35 0.87 0.27
Hex 80 9 2C 0 5D 42 32 156 57 1B
Octal 200 11 54 0 135 102 62 526 127 33
Binary 10000000 1001 101100 0 1011101 1000010 110010 101010110 1010111 11011

Color Harmonies of #80092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80092C

Black with #80092C

Text Example


Text Example

White with #80092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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