Html Css Color HEX #880539 Burgundy

📋 copy color: '#880539'

red 136 ◦ green 5 ◦ blue 57

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

Shades of Burgundy #880539

Tints of Burgundy #880539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

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

R = 68.69%
G = 2.53%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#880539 (or 0x880539) is known color: Burgundy. HEX triplet: 88, 05 and 39. RGB value is (136,5,57). Sum of RGB (Red+Green+Blue) = 136+5+57=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #880539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880539 is #77FAC6. Grayscale: #323232. Windows color (decimal): -7862983 or 3736968. OLE color: 3736968.

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

Color convert

RGB 136 5 57 -
CMYK 0 0.96 0.58 0.47
HSL 336.18º 0.93% 0.28% -
HSV(B) 336.18º 0.96% 0.53% -
XYZ 10.95 5.64 4.38 -
YUV 50.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 136 5 57 0 0.96 0.58 0.47 336.18 0.93 0.28
Hex 88 5 39 0 60 3A 2F 150 5D 1C
Octal 210 5 71 0 140 72 57 520 135 34
Binary 10001000 101 111001 0 1100000 111010 101111 101010000 1011101 11100

Color Harmonies of #880539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880539

Black with #880539

Text Example


Text Example

White with #880539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880539; }

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

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

background-color css

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

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

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

border-color css

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

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

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