Html Css Color HEX #881027 Burgundy

📋 copy color: '#881027'

red 136 ◦ green 16 ◦ blue 39

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

Shades of Burgundy #881027

Tints of Burgundy #881027

RGB

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

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

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

R = 71.2%
G = 8.38%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#881027 (or 0x881027) is known color: Burgundy. HEX triplet: 88, 10 and 27. RGB value is (136,16,39). Sum of RGB (Red+Green+Blue) = 136+16+39=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #881027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881027 is #77EFD8. Grayscale: #363636. Windows color (decimal): -7860185 or 2560136. OLE color: 2560136.

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

Color convert

RGB 136 16 39 -
CMYK 0 0.88 0.71 0.47
HSL 348.5º 0.79% 0.3% -
HSV(B) 348.5º 0.88% 0.53% -
XYZ 10.7 5.75 2.47 -
YUV 54.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 136 16 39 0 0.88 0.71 0.47 348.5 0.79 0.3
Hex 88 10 27 0 58 47 2F 15C 4F 1E
Octal 210 20 47 0 130 107 57 534 117 36
Binary 10001000 10000 100111 0 1011000 1000111 101111 101011100 1001111 11110

Color Harmonies of #881027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881027

Black with #881027

Text Example


Text Example

White with #881027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881027; }

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

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

background-color css

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

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

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

border-color css

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

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

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