Html Css Color HEX #800836 Burgundy

📋 copy color: '#800836'

red 128 ◦ green 8 ◦ blue 54

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

Shades of Burgundy #800836

Tints of Burgundy #800836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.42%

R = 67.37%
G = 4.21%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#800836 (or 0x800836) is known color: Burgundy. HEX triplet: 80, 08 and 36. RGB value is (128,8,54). Sum of RGB (Red+Green+Blue) = 128+8+54=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #800836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800836 is #7FF7C9. Grayscale: #313131. Windows color (decimal): -8386506 or 3541120. OLE color: 3541120.

HSL color Cylindrical-coordinate representation of color #800836: hue angle of 337º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800836 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 54 -
CMYK 0 0.94 0.58 0.50
HSL 337º 0.88% 0.27% -
HSV(B) 337º 0.94% 0.5% -
XYZ 9.65 5.03 3.95 -
YUV 49.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 128 8 54 0 0.94 0.58 0.50 337 0.88 0.27
Hex 80 8 36 0 5E 3A 32 151 58 1B
Octal 200 10 66 0 136 72 62 521 130 33
Binary 10000000 1000 110110 0 1011110 111010 110010 101010001 1011000 11011

Color Harmonies of #800836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800836

Black with #800836

Text Example


Text Example

White with #800836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800836; }

 p { color: rgb(128,8,54); }

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

background-color css

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

 a { background-color: rgb(128,8,54); }

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

border-color css

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

 span { border-color: rgb(128,8,54); }

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