Html Css Color HEX #890D21 Burgundy

📋 copy color: '#890D21'

red 137 ◦ green 13 ◦ blue 33

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

Shades of Burgundy #890D21

Tints of Burgundy #890D21

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.1%

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

R = 74.86%
G = 7.1%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#890D21 (or 0x890D21) is known color: Burgundy. HEX triplet: 89, 0D and 21. RGB value is (137,13,33). Sum of RGB (Red+Green+Blue) = 137+13+33=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #890D21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D21 is #76F2DE. Grayscale: #343434. Windows color (decimal): -7795423 or 2166153. OLE color: 2166153.

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

Color convert

RGB 137 13 33 -
CMYK 0 0.91 0.76 0.46
HSL 350.32º 0.83% 0.29% -
HSV(B) 350.32º 0.91% 0.54% -
XYZ 10.73 5.72 1.98 -
YUV 52.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 137 13 33 0 0.91 0.76 0.46 350.32 0.83 0.29
Hex 89 D 21 0 5B 4C 2E 15E 53 1D
Octal 211 15 41 0 133 114 56 536 123 35
Binary 10001001 1101 100001 0 1011011 1001100 101110 101011110 1010011 11101

Color Harmonies of #890D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D21

Black with #890D21

Text Example


Text Example

White with #890D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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