Html Css Color HEX #890328 Burgundy

📋 copy color: '#890328'

red 137 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #890328

Tints of Burgundy #890328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 76.11%
G = 1.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#890328 (or 0x890328) is known color: Burgundy. HEX triplet: 89, 03 and 28. RGB value is (137,3,40). Sum of RGB (Red+Green+Blue) = 137+3+40=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #890328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890328 is #76FCD7. Grayscale: #2F2F2F. Windows color (decimal): -7797976 or 2622345. OLE color: 2622345.

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

Color convert

RGB 137 3 40 -
CMYK 0 0.98 0.71 0.46
HSL 343.43º 0.96% 0.27% -
HSV(B) 343.43º 0.98% 0.54% -
XYZ 10.73 5.54 2.51 -
YUV 47.28 123.89 191.99 -
System Red Green Blue C M Y K H S L
Decimal 137 3 40 0 0.98 0.71 0.46 343.43 0.96 0.27
Hex 89 3 28 0 62 47 2E 157 60 1B
Octal 211 3 50 0 142 107 56 527 140 33
Binary 10001001 11 101000 0 1100010 1000111 101110 101010111 1100000 11011

Color Harmonies of #890328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890328

Black with #890328

Text Example


Text Example

White with #890328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890328; }

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

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

background-color css

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

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

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

border-color css

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

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

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