Html Css Color HEX #881033 Burgundy

📋 copy color: '#881033'

red 136 ◦ green 16 ◦ blue 51

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

Shades of Burgundy #881033

Tints of Burgundy #881033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 51 (20.31% from 255) = 25.12%

R = 67%
G = 7.88%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#881033 (or 0x881033) is known color: Burgundy. HEX triplet: 88, 10 and 33. RGB value is (136,16,51). Sum of RGB (Red+Green+Blue) = 136+16+51=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #881033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881033 is #77EFCC. Grayscale: #373737. Windows color (decimal): -7860173 or 3346568. OLE color: 3346568.

HSL color Cylindrical-coordinate representation of color #881033: hue angle of 342.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881033 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 16 51 -
CMYK 0 0.88 0.62 0.47
HSL 342.5º 0.79% 0.3% -
HSV(B) 342.5º 0.88% 0.53% -
XYZ 10.94 5.84 3.68 -
YUV 55.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 136 16 51 0 0.88 0.62 0.47 342.5 0.79 0.3
Hex 88 10 33 0 58 3E 2F 156 4F 1E
Octal 210 20 63 0 130 76 57 526 117 36
Binary 10001000 10000 110011 0 1011000 111110 101111 101010110 1001111 11110

Color Harmonies of #881033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881033

Black with #881033

Text Example


Text Example

White with #881033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881033; }

 p { color: rgb(136,16,51); }

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

background-color css

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

 a { background-color: rgb(136,16,51); }

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

border-color css

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

 span { border-color: rgb(136,16,51); }

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