Html Css Color HEX #890A28 Burgundy

📋 copy color: '#890A28'

red 137 ◦ green 10 ◦ blue 40

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

Shades of Burgundy #890A28

Tints of Burgundy #890A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 73.26%
G = 5.35%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#890A28 (or 0x890A28) is known color: Burgundy. HEX triplet: 89, 0A and 28. RGB value is (137,10,40). Sum of RGB (Red+Green+Blue) = 137+10+40=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #890A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A28 is #76F5D7. Grayscale: #333333. Windows color (decimal): -7796184 or 2624137. OLE color: 2624137.

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

Color convert

RGB 137 10 40 -
CMYK 0 0.93 0.71 0.46
HSL 345.83º 0.86% 0.29% -
HSV(B) 345.83º 0.93% 0.54% -
XYZ 10.81 5.69 2.54 -
YUV 51.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 137 10 40 0 0.93 0.71 0.46 345.83 0.86 0.29
Hex 89 A 28 0 5D 47 2E 15A 56 1D
Octal 211 12 50 0 135 107 56 532 126 35
Binary 10001001 1010 101000 0 1011101 1000111 101110 101011010 1010110 11101

Color Harmonies of #890A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A28

Black with #890A28

Text Example


Text Example

White with #890A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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