Html Css Color HEX #890A36 Burgundy

📋 copy color: '#890A36'

red 137 ◦ green 10 ◦ blue 54

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

Shades of Burgundy #890A36

Tints of Burgundy #890A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 68.16%
G = 4.98%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#890A36 (or 0x890A36) is known color: Burgundy. HEX triplet: 89, 0A and 36. RGB value is (137,10,54). Sum of RGB (Red+Green+Blue) = 137+10+54=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #890A36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A36 is #76F5C9. Grayscale: #343434. Windows color (decimal): -7796170 or 3541641. OLE color: 3541641.

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

Color convert

RGB 137 10 54 -
CMYK 0 0.93 0.61 0.46
HSL 339.21º 0.86% 0.29% -
HSV(B) 339.21º 0.93% 0.54% -
XYZ 11.09 5.8 4.03 -
YUV 52.99 128.58 187.92 -
System Red Green Blue C M Y K H S L
Decimal 137 10 54 0 0.93 0.61 0.46 339.21 0.86 0.29
Hex 89 A 36 0 5D 3D 2E 153 56 1D
Octal 211 12 66 0 135 75 56 523 126 35
Binary 10001001 1010 110110 0 1011101 111101 101110 101010011 1010110 11101

Color Harmonies of #890A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A36

Black with #890A36

Text Example


Text Example

White with #890A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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