Html Css Color HEX #880639 Burgundy

📋 copy color: '#880639'

red 136 ◦ green 6 ◦ blue 57

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

Shades of Burgundy #880639

Tints of Burgundy #880639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 68.34%
G = 3.02%
B = 28.64%

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

#880639 (or 0x880639) is known color: Burgundy. HEX triplet: 88, 06 and 39. RGB value is (136,6,57). Sum of RGB (Red+Green+Blue) = 136+6+57=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #880639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880639 is #77F9C6. Grayscale: #323232. Windows color (decimal): -7862727 or 3737224. OLE color: 3737224.

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

Color convert

RGB 136 6 57 -
CMYK 0 0.96 0.58 0.47
HSL 336.46º 0.92% 0.28% -
HSV(B) 336.46º 0.96% 0.53% -
XYZ 10.96 5.66 4.39 -
YUV 50.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 136 6 57 0 0.96 0.58 0.47 336.46 0.92 0.28
Hex 88 6 39 0 60 3A 2F 150 5C 1C
Octal 210 6 71 0 140 72 57 520 134 34
Binary 10001000 110 111001 0 1100000 111010 101111 101010000 1011100 11100

Color Harmonies of #880639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880639

Black with #880639

Text Example


Text Example

White with #880639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880639; }

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

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

background-color css

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

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

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

border-color css

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

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

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