Html Css Color HEX #890D33 Burgundy

📋 copy color: '#890D33'

red 137 ◦ green 13 ◦ blue 51

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

Shades of Burgundy #890D33

Tints of Burgundy #890D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.37%

R = 68.16%
G = 6.47%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#890D33 (or 0x890D33) is known color: Burgundy. HEX triplet: 89, 0D and 33. RGB value is (137,13,51). Sum of RGB (Red+Green+Blue) = 137+13+51=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #890D33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D33 is #76F2CC. Grayscale: #363636. Windows color (decimal): -7795405 or 3345801. OLE color: 3345801.

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

Color convert

RGB 137 13 51 -
CMYK 0 0.91 0.63 0.46
HSL 341.61º 0.83% 0.29% -
HSV(B) 341.61º 0.91% 0.54% -
XYZ 11.06 5.85 3.68 -
YUV 54.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 137 13 51 0 0.91 0.63 0.46 341.61 0.83 0.29
Hex 89 D 33 0 5B 3F 2E 156 53 1D
Octal 211 15 63 0 133 77 56 526 123 35
Binary 10001001 1101 110011 0 1011011 111111 101110 101010110 1010011 11101

Color Harmonies of #890D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D33

Black with #890D33

Text Example


Text Example

White with #890D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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