Html Css Color HEX #800835 Burgundy

📋 copy color: '#800835'

red 128 ◦ green 8 ◦ blue 53

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

Shades of Burgundy #800835

Tints of Burgundy #800835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.04%

R = 67.72%
G = 4.23%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#800835 (or 0x800835) is known color: Burgundy. HEX triplet: 80, 08 and 35. RGB value is (128,8,53). Sum of RGB (Red+Green+Blue) = 128+8+53=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #800835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800835 is #7FF7CA. Grayscale: #303030. Windows color (decimal): -8386507 or 3475584. OLE color: 3475584.

HSL color Cylindrical-coordinate representation of color #800835: hue angle of 337.5º 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 #800835 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 53 -
CMYK 0 0.94 0.59 0.50
HSL 337.5º 0.88% 0.27% -
HSV(B) 337.5º 0.94% 0.5% -
XYZ 9.63 5.02 3.83 -
YUV 49.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 128 8 53 0 0.94 0.59 0.50 337.5 0.88 0.27
Hex 80 8 35 0 5E 3B 32 152 58 1B
Octal 200 10 65 0 136 73 62 522 130 33
Binary 10000000 1000 110101 0 1011110 111011 110010 101010010 1011000 11011

Color Harmonies of #800835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800835

Black with #800835

Text Example


Text Example

White with #800835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800835; }

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

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

background-color css

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

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

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

border-color css

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

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

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