Html Css Color HEX #890121 Burgundy

📋 copy color: '#890121'

red 137 ◦ green 1 ◦ blue 33

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

Shades of Burgundy #890121

Tints of Burgundy #890121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 33 (13.28% from 255) = 19.3%

R = 80.12%
G = 0.58%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#890121 (or 0x890121) is known color: Burgundy. HEX triplet: 89, 01 and 21. RGB value is (137,1,33). Sum of RGB (Red+Green+Blue) = 137+1+33=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #890121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890121 is #76FEDE. Grayscale: #2D2D2D. Windows color (decimal): -7798495 or 2163081. OLE color: 2163081.

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

Color convert

RGB 137 1 33 -
CMYK 0 0.99 0.76 0.46
HSL 345.88º 0.99% 0.27% -
HSV(B) 345.88º 0.99% 0.54% -
XYZ 10.6 5.45 1.93 -
YUV 45.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 137 1 33 0 0.99 0.76 0.46 345.88 0.99 0.27
Hex 89 1 21 0 63 4C 2E 15A 63 1B
Octal 211 1 41 0 143 114 56 532 143 33
Binary 10001001 1 100001 0 1100011 1001100 101110 101011010 1100011 11011

Color Harmonies of #890121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890121

Black with #890121

Text Example


Text Example

White with #890121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890121; }

 p { color: rgb(137,1,33); }

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

background-color css

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

 a { background-color: rgb(137,1,33); }

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

border-color css

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

 span { border-color: rgb(137,1,33); }

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