Html Css Color HEX #880839 Burgundy

📋 copy color: '#880839'

red 136 ◦ green 8 ◦ blue 57

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

Shades of Burgundy #880839

Tints of Burgundy #880839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.36%

R = 67.66%
G = 3.98%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#880839 (or 0x880839) is known color: Burgundy. HEX triplet: 88, 08 and 39. RGB value is (136,8,57). Sum of RGB (Red+Green+Blue) = 136+8+57=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #880839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880839 is #77F7C6. Grayscale: #333333. Windows color (decimal): -7862215 or 3737736. OLE color: 3737736.

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

Color convert

RGB 136 8 57 -
CMYK 0 0.94 0.58 0.47
HSL 337.03º 0.89% 0.28% -
HSV(B) 337.03º 0.94% 0.53% -
XYZ 10.98 5.7 4.39 -
YUV 51.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 136 8 57 0 0.94 0.58 0.47 337.03 0.89 0.28
Hex 88 8 39 0 5E 3A 2F 151 59 1C
Octal 210 10 71 0 136 72 57 521 131 34
Binary 10001000 1000 111001 0 1011110 111010 101111 101010001 1011001 11100

Color Harmonies of #880839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880839

Black with #880839

Text Example


Text Example

White with #880839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880839; }

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

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

background-color css

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

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

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

border-color css

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

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

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