Html Css Color HEX #880836 Burgundy

📋 copy color: '#880836'

red 136 ◦ green 8 ◦ blue 54

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

Shades of Burgundy #880836

Tints of Burgundy #880836

RGB

 RED value IS 136 (53.52% from 255) = 68.69%

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

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

R = 68.69%
G = 4.04%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#880836 (or 0x880836) is known color: Burgundy. HEX triplet: 88, 08 and 36. RGB value is (136,8,54). Sum of RGB (Red+Green+Blue) = 136+8+54=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #880836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880836 is #77F7C9. Grayscale: #333333. Windows color (decimal): -7862218 or 3541128. OLE color: 3541128.

HSL color Cylindrical-coordinate representation of color #880836: hue angle of 338.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880836 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 54 -
CMYK 0 0.94 0.60 0.47
HSL 338.44º 0.89% 0.28% -
HSV(B) 338.44º 0.94% 0.53% -
XYZ 10.91 5.67 4.01 -
YUV 51.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 136 8 54 0 0.94 0.60 0.47 338.44 0.89 0.28
Hex 88 8 36 0 5E 3C 2F 152 59 1C
Octal 210 10 66 0 136 74 57 522 131 34
Binary 10001000 1000 110110 0 1011110 111100 101111 101010010 1011001 11100

Color Harmonies of #880836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880836

Black with #880836

Text Example


Text Example

White with #880836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880836; }

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

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

background-color css

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

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

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

border-color css

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

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

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