Html Css Color HEX #890835 Burgundy

📋 copy color: '#890835'

red 137 ◦ green 8 ◦ blue 53

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

Shades of Burgundy #890835

Tints of Burgundy #890835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

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

R = 69.19%
G = 4.04%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#890835 (or 0x890835) is known color: Burgundy. HEX triplet: 89, 08 and 35. RGB value is (137,8,53). Sum of RGB (Red+Green+Blue) = 137+8+53=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #890835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890835 is #76F7CA. Grayscale: #333333. Windows color (decimal): -7796683 or 3475593. OLE color: 3475593.

HSL color Cylindrical-coordinate representation of color #890835: hue angle of 339.07º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890835 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 8 53 -
CMYK 0 0.94 0.61 0.46
HSL 339.07º 0.89% 0.28% -
HSV(B) 339.07º 0.94% 0.54% -
XYZ 11.05 5.75 3.9 -
YUV 51.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 137 8 53 0 0.94 0.61 0.46 339.07 0.89 0.28
Hex 89 8 35 0 5E 3D 2E 153 59 1C
Octal 211 10 65 0 136 75 56 523 131 34
Binary 10001001 1000 110101 0 1011110 111101 101110 101010011 1011001 11100

Color Harmonies of #890835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890835

Black with #890835

Text Example


Text Example

White with #890835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890835; }

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

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

background-color css

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

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

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

border-color css

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

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

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