Html Css Color HEX #800B37 Burgundy

📋 copy color: '#800B37'

red 128 ◦ green 11 ◦ blue 55

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

Shades of Burgundy #800B37

Tints of Burgundy #800B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.67%

 BLUE value IS 55 (21.88% from 255) = 28.35%

R = 65.98%
G = 5.67%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#800B37 (or 0x800B37) is known color: Burgundy. HEX triplet: 80, 0B and 37. RGB value is (128,11,55). Sum of RGB (Red+Green+Blue) = 128+11+55=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #800B37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B37 is #7FF4C8. Grayscale: #323232. Windows color (decimal): -8385737 or 3607424. OLE color: 3607424.

HSL color Cylindrical-coordinate representation of color #800B37: hue angle of 337.44º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B37 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 11 55 -
CMYK 0 0.91 0.57 0.50
HSL 337.44º 0.84% 0.27% -
HSV(B) 337.44º 0.91% 0.5% -
XYZ 9.71 5.1 4.09 -
YUV 51 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 128 11 55 0 0.91 0.57 0.50 337.44 0.84 0.27
Hex 80 B 37 0 5B 39 32 151 54 1B
Octal 200 13 67 0 133 71 62 521 124 33
Binary 10000000 1011 110111 0 1011011 111001 110010 101010001 1010100 11011

Color Harmonies of #800B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B37

Black with #800B37

Text Example


Text Example

White with #800B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800B37; }

 p { color: rgb(128,11,55); }

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

background-color css

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

 a { background-color: rgb(128,11,55); }

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

border-color css

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

 span { border-color: rgb(128,11,55); }

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