Html Css Color HEX #881327 Burgundy

📋 copy color: '#881327'

red 136 ◦ green 19 ◦ blue 39

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

Shades of Burgundy #881327

Tints of Burgundy #881327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

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

R = 70.1%
G = 9.79%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#881327 (or 0x881327) is known color: Burgundy. HEX triplet: 88, 13 and 27. RGB value is (136,19,39). Sum of RGB (Red+Green+Blue) = 136+19+39=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #881327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881327 is #77ECD8. Grayscale: #383838. Windows color (decimal): -7859417 or 2560904. OLE color: 2560904.

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

Color convert

RGB 136 19 39 -
CMYK 0 0.86 0.71 0.47
HSL 349.74º 0.75% 0.3% -
HSV(B) 349.74º 0.86% 0.53% -
XYZ 10.75 5.85 2.48 -
YUV 56.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 136 19 39 0 0.86 0.71 0.47 349.74 0.75 0.3
Hex 88 13 27 0 56 47 2F 15E 4B 1E
Octal 210 23 47 0 126 107 57 536 113 36
Binary 10001000 10011 100111 0 1010110 1000111 101111 101011110 1001011 11110

Color Harmonies of #881327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881327

Black with #881327

Text Example


Text Example

White with #881327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881327; }

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

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

background-color css

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

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

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

border-color css

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

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

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