Html Css Color HEX #89102E Burgundy

📋 copy color: '#89102E'

red 137 ◦ green 16 ◦ blue 46

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

Shades of Burgundy #89102E

Tints of Burgundy #89102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.12%

R = 68.84%
G = 8.04%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89102E (or 0x89102E) is known color: Burgundy. HEX triplet: 89, 10 and 2E. RGB value is (137,16,46). Sum of RGB (Red+Green+Blue) = 137+16+46=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #89102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89102E is #76EFD1. Grayscale: #373737. Windows color (decimal): -7794642 or 3018889. OLE color: 3018889.

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

Color convert

RGB 137 16 46 -
CMYK 0 0.88 0.66 0.46
HSL 345.12º 0.79% 0.3% -
HSV(B) 345.12º 0.88% 0.54% -
XYZ 10.99 5.89 3.14 -
YUV 55.6 122.59 186.06 -
System Red Green Blue C M Y K H S L
Decimal 137 16 46 0 0.88 0.66 0.46 345.12 0.79 0.3
Hex 89 10 2E 0 58 42 2E 159 4F 1E
Octal 211 20 56 0 130 102 56 531 117 36
Binary 10001001 10000 101110 0 1011000 1000010 101110 101011001 1001111 11110

Color Harmonies of #89102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89102E

Black with #89102E

Text Example


Text Example

White with #89102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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