Html Css Color HEX #880039 Burgundy

📋 copy color: '#880039'

red 136 ◦ green 0 ◦ blue 57

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

Shades of Burgundy #880039

Tints of Burgundy #880039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.47%
G = 0%
B = 29.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#880039 (or 0x880039) is known color: Burgundy. HEX triplet: 88, 00 and 39. RGB value is (136,0,57). Sum of RGB (Red+Green+Blue) = 136+0+57=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #880039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880039 is #77FFC6. Grayscale: #2F2F2F. Windows color (decimal): -7864263 or 3735688. OLE color: 3735688.

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

Color convert

RGB 136 0 57 -
CMYK 0 1 0.58 0.47
HSL 334.85º 1% 0.27% -
HSV(B) 334.85º 1% 0.53% -
XYZ 10.89 5.53 4.36 -
YUV 47.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 136 0 57 0 1 0.58 0.47 334.85 1 0.27
Hex 88 0 39 0 64 3A 2F 14F 64 1B
Octal 210 0 71 0 144 72 57 517 144 33
Binary 10001000 0 111001 0 1100100 111010 101111 101001111 1100100 11011

Color Harmonies of #880039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880039

Black with #880039

Text Example


Text Example

White with #880039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880039; }

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

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

background-color css

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

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

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

border-color css

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

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

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