Html Css Color HEX #891035 Burgundy

📋 copy color: '#891035'

red 137 ◦ green 16 ◦ blue 53

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

Shades of Burgundy #891035

Tints of Burgundy #891035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 66.5%
G = 7.77%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#891035 (or 0x891035) is known color: Burgundy. HEX triplet: 89, 10 and 35. RGB value is (137,16,53). Sum of RGB (Red+Green+Blue) = 137+16+53=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #891035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891035 is #76EFCA. Grayscale: #383838. Windows color (decimal): -7794635 or 3477641. OLE color: 3477641.

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

Color convert

RGB 137 16 53 -
CMYK 0 0.88 0.61 0.46
HSL 341.65º 0.79% 0.3% -
HSV(B) 341.65º 0.88% 0.54% -
XYZ 11.14 5.95 3.93 -
YUV 56.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 137 16 53 0 0.88 0.61 0.46 341.65 0.79 0.3
Hex 89 10 35 0 58 3D 2E 156 4F 1E
Octal 211 20 65 0 130 75 56 526 117 36
Binary 10001001 10000 110101 0 1011000 111101 101110 101010110 1001111 11110

Color Harmonies of #891035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891035

Black with #891035

Text Example


Text Example

White with #891035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891035; }

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

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

background-color css

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

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

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

border-color css

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

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

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