Html Css Color HEX #890327 Burgundy

📋 copy color: '#890327'

red 137 ◦ green 3 ◦ blue 39

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

Shades of Burgundy #890327

Tints of Burgundy #890327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.79%

R = 76.54%
G = 1.68%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#890327 (or 0x890327) is known color: Burgundy. HEX triplet: 89, 03 and 27. RGB value is (137,3,39). Sum of RGB (Red+Green+Blue) = 137+3+39=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #890327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890327 is #76FCD8. Grayscale: #2F2F2F. Windows color (decimal): -7797977 or 2556809. OLE color: 2556809.

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

Color convert

RGB 137 3 39 -
CMYK 0 0.98 0.72 0.46
HSL 343.88º 0.96% 0.27% -
HSV(B) 343.88º 0.98% 0.54% -
XYZ 10.72 5.53 2.42 -
YUV 47.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 137 3 39 0 0.98 0.72 0.46 343.88 0.96 0.27
Hex 89 3 27 0 62 48 2E 158 60 1B
Octal 211 3 47 0 142 110 56 530 140 33
Binary 10001001 11 100111 0 1100010 1001000 101110 101011000 1100000 11011

Color Harmonies of #890327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890327

Black with #890327

Text Example


Text Example

White with #890327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890327; }

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

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

background-color css

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

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

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

border-color css

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

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

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