Html Css Color HEX #880632 Burgundy

📋 copy color: '#880632'

red 136 ◦ green 6 ◦ blue 50

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

Shades of Burgundy #880632

Tints of Burgundy #880632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.04%

R = 70.83%
G = 3.13%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#880632 (or 0x880632) is known color: Burgundy. HEX triplet: 88, 06 and 32. RGB value is (136,6,50). Sum of RGB (Red+Green+Blue) = 136+6+50=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #880632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880632 is #77F9CD. Grayscale: #313131. Windows color (decimal): -7862734 or 3278472. OLE color: 3278472.

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

Color convert

RGB 136 6 50 -
CMYK 0 0.96 0.63 0.47
HSL 339.69º 0.92% 0.28% -
HSV(B) 339.69º 0.96% 0.53% -
XYZ 10.79 5.59 3.53 -
YUV 49.89 128.07 189.42 -
System Red Green Blue C M Y K H S L
Decimal 136 6 50 0 0.96 0.63 0.47 339.69 0.92 0.28
Hex 88 6 32 0 60 3F 2F 154 5C 1C
Octal 210 6 62 0 140 77 57 524 134 34
Binary 10001000 110 110010 0 1100000 111111 101111 101010100 1011100 11100

Color Harmonies of #880632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880632

Black with #880632

Text Example


Text Example

White with #880632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880632; }

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

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

background-color css

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

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

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

border-color css

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

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

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