Html Css Color HEX #890A3D Burgundy

📋 copy color: '#890A3D'

red 137 ◦ green 10 ◦ blue 61

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

Shades of Burgundy #890A3D

Tints of Burgundy #890A3D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

 BLUE value IS 61 (24.22% from 255) = 29.33%

R = 65.87%
G = 4.81%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#890A3D (or 0x890A3D) is known color: Burgundy. HEX triplet: 89, 0A and 3D. RGB value is (137,10,61). Sum of RGB (Red+Green+Blue) = 137+10+61=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #890A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A3D is #76F5C2. Grayscale: #353535. Windows color (decimal): -7796163 or 4000393. OLE color: 4000393.

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

Color convert

RGB 137 10 61 -
CMYK 0 0.93 0.55 0.46
HSL 335.91º 0.86% 0.29% -
HSV(B) 335.91º 0.93% 0.54% -
XYZ 11.27 5.87 4.95 -
YUV 53.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 137 10 61 0 0.93 0.55 0.46 335.91 0.86 0.29
Hex 89 A 3D 0 5D 37 2E 150 56 1D
Octal 211 12 75 0 135 67 56 520 126 35
Binary 10001001 1010 111101 0 1011101 110111 101110 101010000 1010110 11101

Color Harmonies of #890A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A3D

Black with #890A3D

Text Example


Text Example

White with #890A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,10,61); }

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

background-color css

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

 a { background-color: rgb(137,10,61); }

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

border-color css

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

 span { border-color: rgb(137,10,61); }

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