Html Css Color HEX #890D2D Burgundy

📋 copy color: '#890D2D'

red 137 ◦ green 13 ◦ blue 45

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

Shades of Burgundy #890D2D

Tints of Burgundy #890D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 70.26%
G = 6.67%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#890D2D (or 0x890D2D) is known color: Burgundy. HEX triplet: 89, 0D and 2D. RGB value is (137,13,45). Sum of RGB (Red+Green+Blue) = 137+13+45=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #890D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D2D is #76F2D2. Grayscale: #353535. Windows color (decimal): -7795411 or 2952585. OLE color: 2952585.

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

Color convert

RGB 137 13 45 -
CMYK 0 0.91 0.67 0.46
HSL 344.52º 0.83% 0.29% -
HSV(B) 344.52º 0.91% 0.54% -
XYZ 10.93 5.8 3.03 -
YUV 53.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 137 13 45 0 0.91 0.67 0.46 344.52 0.83 0.29
Hex 89 D 2D 0 5B 43 2E 159 53 1D
Octal 211 15 55 0 133 103 56 531 123 35
Binary 10001001 1101 101101 0 1011011 1000011 101110 101011001 1010011 11101

Color Harmonies of #890D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D2D

Black with #890D2D

Text Example


Text Example

White with #890D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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