Html Css Color HEX #891025 Burgundy

📋 copy color: '#891025'

red 137 ◦ green 16 ◦ blue 37

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

Shades of Burgundy #891025

Tints of Burgundy #891025

RGB

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

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

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

R = 72.11%
G = 8.42%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#891025 (or 0x891025) is known color: Burgundy. HEX triplet: 89, 10 and 25. RGB value is (137,16,37). Sum of RGB (Red+Green+Blue) = 137+16+37=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #891025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891025 is #76EFDA. Grayscale: #363636. Windows color (decimal): -7794651 or 2429065. OLE color: 2429065.

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

Color convert

RGB 137 16 37 -
CMYK 0 0.88 0.73 0.46
HSL 349.59º 0.79% 0.3% -
HSV(B) 349.59º 0.88% 0.54% -
XYZ 10.84 5.82 2.3 -
YUV 54.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 137 16 37 0 0.88 0.73 0.46 349.59 0.79 0.3
Hex 89 10 25 0 58 49 2E 15E 4F 1E
Octal 211 20 45 0 130 111 56 536 117 36
Binary 10001001 10000 100101 0 1011000 1001001 101110 101011110 1001111 11110

Color Harmonies of #891025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891025

Black with #891025

Text Example


Text Example

White with #891025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891025; }

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

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

background-color css

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

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

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

border-color css

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

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

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