Html Css Color HEX #880034 Burgundy

📋 copy color: '#880034'

red 136 ◦ green 0 ◦ blue 52

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

Shades of Burgundy #880034

Tints of Burgundy #880034

RGB

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

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

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

R = 72.34%
G = 0%
B = 27.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#880034 (or 0x880034) is known color: Burgundy. HEX triplet: 88, 00 and 34. RGB value is (136,0,52). Sum of RGB (Red+Green+Blue) = 136+0+52=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #880034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880034 is #77FFCB. Grayscale: #2E2E2E. Windows color (decimal): -7864268 or 3408008. OLE color: 3408008.

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

Color convert

RGB 136 0 52 -
CMYK 0 1 0.62 0.47
HSL 337.06º 1% 0.27% -
HSV(B) 337.06º 1% 0.53% -
XYZ 10.77 5.48 3.74 -
YUV 46.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 136 0 52 0 1 0.62 0.47 337.06 1 0.27
Hex 88 0 34 0 64 3E 2F 151 64 1B
Octal 210 0 64 0 144 76 57 521 144 33
Binary 10001000 0 110100 0 1100100 111110 101111 101010001 1100100 11011

Color Harmonies of #880034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880034

Black with #880034

Text Example


Text Example

White with #880034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880034; }

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

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

background-color css

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

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

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

border-color css

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

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

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