Html Css Color HEX #881127 Burgundy

📋 copy color: '#881127'

red 136 ◦ green 17 ◦ blue 39

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

Shades of Burgundy #881127

Tints of Burgundy #881127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.85%

 BLUE value IS 39 (15.63% from 255) = 20.31%

R = 70.83%
G = 8.85%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#881127 (or 0x881127) is known color: Burgundy. HEX triplet: 88, 11 and 27. RGB value is (136,17,39). Sum of RGB (Red+Green+Blue) = 136+17+39=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #881127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881127 is #77EED8. Grayscale: #373737. Windows color (decimal): -7859929 or 2560392. OLE color: 2560392.

HSL color Cylindrical-coordinate representation of color #881127: hue angle of 348.91º degrees, saturation: 0.78, 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 #881127 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 39 -
CMYK 0 0.87 0.71 0.47
HSL 348.91º 0.78% 0.3% -
HSV(B) 348.91º 0.88% 0.53% -
XYZ 10.72 5.78 2.47 -
YUV 55.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 136 17 39 0 0.87 0.71 0.47 348.91 0.78 0.3
Hex 88 11 27 0 57 47 2F 15D 4E 1E
Octal 210 21 47 0 127 107 57 535 116 36
Binary 10001000 10001 100111 0 1010111 1000111 101111 101011101 1001110 11110

Color Harmonies of #881127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881127

Black with #881127

Text Example


Text Example

White with #881127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881127; }

 p { color: rgb(136,17,39); }

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

background-color css

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

 a { background-color: rgb(136,17,39); }

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

border-color css

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

 span { border-color: rgb(136,17,39); }

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