Html Css Color HEX #881035 Burgundy

📋 copy color: '#881035'

red 136 ◦ green 16 ◦ blue 53

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

Shades of Burgundy #881035

Tints of Burgundy #881035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 66.34%
G = 7.8%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#881035 (or 0x881035) is known color: Burgundy. HEX triplet: 88, 10 and 35. RGB value is (136,16,53). Sum of RGB (Red+Green+Blue) = 136+16+53=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #881035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881035 is #77EFCA. Grayscale: #383838. Windows color (decimal): -7860171 or 3477640. OLE color: 3477640.

HSL color Cylindrical-coordinate representation of color #881035: hue angle of 341.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 #881035 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 16 53 -
CMYK 0 0.88 0.61 0.47
HSL 341.5º 0.79% 0.3% -
HSV(B) 341.5º 0.88% 0.53% -
XYZ 10.98 5.86 3.92 -
YUV 56.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 136 16 53 0 0.88 0.61 0.47 341.5 0.79 0.3
Hex 88 10 35 0 58 3D 2F 156 4F 1E
Octal 210 20 65 0 130 75 57 526 117 36
Binary 10001000 10000 110101 0 1011000 111101 101111 101010110 1001111 11110

Color Harmonies of #881035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881035

Black with #881035

Text Example


Text Example

White with #881035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881035; }

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

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

background-color css

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

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

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

border-color css

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

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

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