Html Css Color HEX #890332 Burgundy

📋 copy color: '#890332'

red 137 ◦ green 3 ◦ blue 50

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

Shades of Burgundy #890332

Tints of Burgundy #890332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

 BLUE value IS 50 (19.92% from 255) = 26.32%

R = 72.11%
G = 1.58%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#890332 (or 0x890332) is known color: Burgundy. HEX triplet: 89, 03 and 32. RGB value is (137,3,50). Sum of RGB (Red+Green+Blue) = 137+3+50=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #890332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890332 is #76FCCD. Grayscale: #303030. Windows color (decimal): -7797966 or 3277705. OLE color: 3277705.

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

Color convert

RGB 137 3 50 -
CMYK 0 0.98 0.64 0.46
HSL 338.96º 0.96% 0.27% -
HSV(B) 338.96º 0.98% 0.54% -
XYZ 10.92 5.61 3.53 -
YUV 48.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 137 3 50 0 0.98 0.64 0.46 338.96 0.96 0.27
Hex 89 3 32 0 62 40 2E 153 60 1B
Octal 211 3 62 0 142 100 56 523 140 33
Binary 10001001 11 110010 0 1100010 1000000 101110 101010011 1100000 11011

Color Harmonies of #890332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890332

Black with #890332

Text Example


Text Example

White with #890332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890332; }

 p { color: rgb(137,3,50); }

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

background-color css

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

 a { background-color: rgb(137,3,50); }

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

border-color css

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

 span { border-color: rgb(137,3,50); }

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