Html Css Color HEX #890435 Burgundy

📋 copy color: '#890435'

red 137 ◦ green 4 ◦ blue 53

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

Shades of Burgundy #890435

Tints of Burgundy #890435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

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

R = 70.62%
G = 2.06%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#890435 (or 0x890435) is known color: Burgundy. HEX triplet: 89, 04 and 35. RGB value is (137,4,53). Sum of RGB (Red+Green+Blue) = 137+4+53=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #890435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890435 is #76FBCA. Grayscale: #313131. Windows color (decimal): -7797707 or 3474569. OLE color: 3474569.

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

Color convert

RGB 137 4 53 -
CMYK 0 0.97 0.61 0.46
HSL 337.89º 0.94% 0.28% -
HSV(B) 337.89º 0.97% 0.54% -
XYZ 11 5.66 3.88 -
YUV 49.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 137 4 53 0 0.97 0.61 0.46 337.89 0.94 0.28
Hex 89 4 35 0 61 3D 2E 152 5E 1C
Octal 211 4 65 0 141 75 56 522 136 34
Binary 10001001 100 110101 0 1100001 111101 101110 101010010 1011110 11100

Color Harmonies of #890435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890435

Black with #890435

Text Example


Text Example

White with #890435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890435; }

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

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

background-color css

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

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

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

border-color css

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

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

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