Html Css Color HEX #880634 Burgundy

📋 copy color: '#880634'

red 136 ◦ green 6 ◦ blue 52

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

Shades of Burgundy #880634

Tints of Burgundy #880634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.8%

R = 70.1%
G = 3.09%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#880634 (or 0x880634) is known color: Burgundy. HEX triplet: 88, 06 and 34. RGB value is (136,6,52). Sum of RGB (Red+Green+Blue) = 136+6+52=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880634 is #77F9CB. Grayscale: #323232. Windows color (decimal): -7862732 or 3409544. OLE color: 3409544.

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

Color convert

RGB 136 6 52 -
CMYK 0 0.96 0.62 0.47
HSL 338.77º 0.92% 0.28% -
HSV(B) 338.77º 0.96% 0.53% -
XYZ 10.84 5.61 3.76 -
YUV 50.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 136 6 52 0 0.96 0.62 0.47 338.77 0.92 0.28
Hex 88 6 34 0 60 3E 2F 153 5C 1C
Octal 210 6 64 0 140 76 57 523 134 34
Binary 10001000 110 110100 0 1100000 111110 101111 101010011 1011100 11100

Color Harmonies of #880634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880634

Black with #880634

Text Example


Text Example

White with #880634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880634; }

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

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

background-color css

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

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

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

border-color css

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

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

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