Html Css Color HEX #891225 Burgundy

📋 copy color: '#891225'

red 137 ◦ green 18 ◦ blue 37

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

Shades of Burgundy #891225

Tints of Burgundy #891225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

 BLUE value IS 37 (14.84% from 255) = 19.27%

R = 71.35%
G = 9.38%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#891225 (or 0x891225) is known color: Burgundy. HEX triplet: 89, 12 and 25. RGB value is (137,18,37). Sum of RGB (Red+Green+Blue) = 137+18+37=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #891225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891225 is #76EDDA. Grayscale: #373737. Windows color (decimal): -7794139 or 2429577. OLE color: 2429577.

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

Color convert

RGB 137 18 37 -
CMYK 0 0.87 0.73 0.46
HSL 350.42º 0.77% 0.3% -
HSV(B) 350.42º 0.87% 0.54% -
XYZ 10.87 5.88 2.31 -
YUV 55.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 137 18 37 0 0.87 0.73 0.46 350.42 0.77 0.3
Hex 89 12 25 0 57 49 2E 15E 4D 1E
Octal 211 22 45 0 127 111 56 536 115 36
Binary 10001001 10010 100101 0 1010111 1001001 101110 101011110 1001101 11110

Color Harmonies of #891225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891225

Black with #891225

Text Example


Text Example

White with #891225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891225; }

 p { color: rgb(137,18,37); }

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

background-color css

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

 a { background-color: rgb(137,18,37); }

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

border-color css

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

 span { border-color: rgb(137,18,37); }

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