Html Css Color HEX #890323 Burgundy

📋 copy color: '#890323'

red 137 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #890323

Tints of Burgundy #890323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20%

R = 78.29%
G = 1.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#890323 (or 0x890323) is known color: Burgundy. HEX triplet: 89, 03 and 23. RGB value is (137,3,35). Sum of RGB (Red+Green+Blue) = 137+3+35=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #890323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890323 is #76FCDC. Grayscale: #2E2E2E. Windows color (decimal): -7797981 or 2294665. OLE color: 2294665.

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

Color convert

RGB 137 3 35 -
CMYK 0 0.98 0.74 0.46
HSL 345.67º 0.96% 0.27% -
HSV(B) 345.67º 0.98% 0.54% -
XYZ 10.65 5.5 2.09 -
YUV 46.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 137 3 35 0 0.98 0.74 0.46 345.67 0.96 0.27
Hex 89 3 23 0 62 4A 2E 15A 60 1B
Octal 211 3 43 0 142 112 56 532 140 33
Binary 10001001 11 100011 0 1100010 1001010 101110 101011010 1100000 11011

Color Harmonies of #890323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890323

Black with #890323

Text Example


Text Example

White with #890323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890323; }

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

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

background-color css

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

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

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

border-color css

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

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

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