Html Css Color HEX #890035 Burgundy

📋 copy color: '#890035'

red 137 ◦ green 0 ◦ blue 53

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

Shades of Burgundy #890035

Tints of Burgundy #890035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.11%
G = 0%
B = 27.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#890035 (or 0x890035) is known color: Burgundy. HEX triplet: 89, 00 and 35. RGB value is (137,0,53). Sum of RGB (Red+Green+Blue) = 137+0+53=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #890035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890035 is #76FFCA. Grayscale: #2E2E2E. Windows color (decimal): -7798731 or 3473545. OLE color: 3473545.

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

Color convert

RGB 137 0 53 -
CMYK 0 1 0.61 0.46
HSL 336.79º 1% 0.27% -
HSV(B) 336.79º 1% 0.54% -
XYZ 10.96 5.58 3.87 -
YUV 47.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 137 0 53 0 1 0.61 0.46 336.79 1 0.27
Hex 89 0 35 0 64 3D 2E 151 64 1B
Octal 211 0 65 0 144 75 56 521 144 33
Binary 10001001 0 110101 0 1100100 111101 101110 101010001 1100100 11011

Color Harmonies of #890035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890035

Black with #890035

Text Example


Text Example

White with #890035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890035; }

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

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

background-color css

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

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

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

border-color css

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

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

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