Html Css Color HEX #890334 Burgundy

📋 copy color: '#890334'

red 137 ◦ green 3 ◦ blue 52

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

Shades of Burgundy #890334

Tints of Burgundy #890334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.08%

R = 71.35%
G = 1.56%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#890334 (or 0x890334) is known color: Burgundy. HEX triplet: 89, 03 and 34. RGB value is (137,3,52). Sum of RGB (Red+Green+Blue) = 137+3+52=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #890334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890334 is #76FCCB. Grayscale: #303030. Windows color (decimal): -7797964 or 3408777. OLE color: 3408777.

HSL color Cylindrical-coordinate representation of color #890334: hue angle of 338.06º 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 #890334 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 3 52 -
CMYK 0 0.98 0.62 0.46
HSL 338.06º 0.96% 0.27% -
HSV(B) 338.06º 0.98% 0.54% -
XYZ 10.97 5.63 3.76 -
YUV 48.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 137 3 52 0 0.98 0.62 0.46 338.06 0.96 0.27
Hex 89 3 34 0 62 3E 2E 152 60 1B
Octal 211 3 64 0 142 76 56 522 140 33
Binary 10001001 11 110100 0 1100010 111110 101110 101010010 1100000 11011

Color Harmonies of #890334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890334

Black with #890334

Text Example


Text Example

White with #890334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890334; }

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

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

background-color css

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

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

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

border-color css

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

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

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