Html Css Color HEX #890D20 Burgundy

📋 copy color: '#890D20'

red 137 ◦ green 13 ◦ blue 32

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

Shades of Burgundy #890D20

Tints of Burgundy #890D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 75.27%
G = 7.14%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#890D20 (or 0x890D20) is known color: Burgundy. HEX triplet: 89, 0D and 20. RGB value is (137,13,32). Sum of RGB (Red+Green+Blue) = 137+13+32=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #890D20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D20 is #76F2DF. Grayscale: #343434. Windows color (decimal): -7795424 or 2100617. OLE color: 2100617.

HSL color Cylindrical-coordinate representation of color #890D20: hue angle of 350.81º 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 #890D20 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 13 32 -
CMYK 0 0.91 0.77 0.46
HSL 350.81º 0.83% 0.29% -
HSV(B) 350.81º 0.91% 0.54% -
XYZ 10.72 5.71 1.9 -
YUV 52.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 137 13 32 0 0.91 0.77 0.46 350.81 0.83 0.29
Hex 89 D 20 0 5B 4D 2E 15F 53 1D
Octal 211 15 40 0 133 115 56 537 123 35
Binary 10001001 1101 100000 0 1011011 1001101 101110 101011111 1010011 11101

Color Harmonies of #890D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D20

Black with #890D20

Text Example


Text Example

White with #890D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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