Html Css Color HEX #890533 Burgundy

📋 copy color: '#890533'

red 137 ◦ green 5 ◦ blue 51

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

Shades of Burgundy #890533

Tints of Burgundy #890533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 70.98%
G = 2.59%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#890533 (or 0x890533) is known color: Burgundy. HEX triplet: 89, 05 and 33. RGB value is (137,5,51). Sum of RGB (Red+Green+Blue) = 137+5+51=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #890533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890533 is #76FACC. Grayscale: #313131. Windows color (decimal): -7797453 or 3343753. OLE color: 3343753.

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

Color convert

RGB 137 5 51 -
CMYK 0 0.96 0.63 0.46
HSL 339.09º 0.93% 0.28% -
HSV(B) 339.09º 0.96% 0.54% -
XYZ 10.97 5.67 3.65 -
YUV 49.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 137 5 51 0 0.96 0.63 0.46 339.09 0.93 0.28
Hex 89 5 33 0 60 3F 2E 153 5D 1C
Octal 211 5 63 0 140 77 56 523 135 34
Binary 10001001 101 110011 0 1100000 111111 101110 101010011 1011101 11100

Color Harmonies of #890533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890533

Black with #890533

Text Example


Text Example

White with #890533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890533; }

 p { color: rgb(137,5,51); }

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

background-color css

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

 a { background-color: rgb(137,5,51); }

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

border-color css

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

 span { border-color: rgb(137,5,51); }

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