Html Css Color HEX #891027 Burgundy

📋 copy color: '#891027'

red 137 ◦ green 16 ◦ blue 39

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

Shades of Burgundy #891027

Tints of Burgundy #891027

RGB

 RED value IS 137 (53.91% from 255) = 71.35%

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

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

R = 71.35%
G = 8.33%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#891027 (or 0x891027) is known color: Burgundy. HEX triplet: 89, 10 and 27. RGB value is (137,16,39). Sum of RGB (Red+Green+Blue) = 137+16+39=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #891027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891027 is #76EFD8. Grayscale: #363636. Windows color (decimal): -7794649 or 2560137. OLE color: 2560137.

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

Color convert

RGB 137 16 39 -
CMYK 0 0.88 0.72 0.46
HSL 348.6º 0.79% 0.3% -
HSV(B) 348.6º 0.88% 0.54% -
XYZ 10.87 5.84 2.47 -
YUV 54.8 119.09 186.63 -
System Red Green Blue C M Y K H S L
Decimal 137 16 39 0 0.88 0.72 0.46 348.6 0.79 0.3
Hex 89 10 27 0 58 48 2E 15D 4F 1E
Octal 211 20 47 0 130 110 56 535 117 36
Binary 10001001 10000 100111 0 1011000 1001000 101110 101011101 1001111 11110

Color Harmonies of #891027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891027

Black with #891027

Text Example


Text Example

White with #891027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891027; }

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

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

background-color css

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

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

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

border-color css

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

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

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