Html Css Color HEX #89101E Burgundy

📋 copy color: '#89101E'

red 137 ◦ green 16 ◦ blue 30

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

Shades of Burgundy #89101E

Tints of Burgundy #89101E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 74.86%
G = 8.74%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#89101E (or 0x89101E) is known color: Burgundy. HEX triplet: 89, 10 and 1E. RGB value is (137,16,30). Sum of RGB (Red+Green+Blue) = 137+16+30=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #89101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89101E is #76EFE1. Grayscale: #353535. Windows color (decimal): -7794658 or 1970313. OLE color: 1970313.

HSL color Cylindrical-coordinate representation of color #89101E: hue angle of 353.06º 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 #89101E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 16 30 -
CMYK 0 0.88 0.78 0.46
HSL 353.06º 0.79% 0.3% -
HSV(B) 353.06º 0.88% 0.54% -
XYZ 10.74 5.78 1.78 -
YUV 53.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 137 16 30 0 0.88 0.78 0.46 353.06 0.79 0.3
Hex 89 10 1E 0 58 4E 2E 161 4F 1E
Octal 211 20 36 0 130 116 56 541 117 36
Binary 10001001 10000 11110 0 1011000 1001110 101110 101100001 1001111 11110

Color Harmonies of #89101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89101E

Black with #89101E

Text Example


Text Example

White with #89101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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