Html Css Color HEX #890D3C Burgundy

📋 copy color: '#890D3C'

red 137 ◦ green 13 ◦ blue 60

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

Shades of Burgundy #890D3C

Tints of Burgundy #890D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.57%

R = 65.24%
G = 6.19%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#890D3C (or 0x890D3C) is known color: Burgundy. HEX triplet: 89, 0D and 3C. RGB value is (137,13,60). Sum of RGB (Red+Green+Blue) = 137+13+60=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #890D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D3C is #76F2C3. Grayscale: #373737. Windows color (decimal): -7795396 or 3935625. OLE color: 3935625.

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

Color convert

RGB 137 13 60 -
CMYK 0 0.91 0.56 0.46
HSL 337.26º 0.83% 0.29% -
HSV(B) 337.26º 0.91% 0.54% -
XYZ 11.28 5.93 4.83 -
YUV 55.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 137 13 60 0 0.91 0.56 0.46 337.26 0.83 0.29
Hex 89 D 3C 0 5B 38 2E 151 53 1D
Octal 211 15 74 0 133 70 56 521 123 35
Binary 10001001 1101 111100 0 1011011 111000 101110 101010001 1010011 11101

Color Harmonies of #890D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D3C

Black with #890D3C

Text Example


Text Example

White with #890D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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