Html Css Color HEX #890A27 Burgundy

📋 copy color: '#890A27'

red 137 ◦ green 10 ◦ blue 39

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

Shades of Burgundy #890A27

Tints of Burgundy #890A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.97%

R = 73.66%
G = 5.38%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#890A27 (or 0x890A27) is known color: Burgundy. HEX triplet: 89, 0A and 27. RGB value is (137,10,39). Sum of RGB (Red+Green+Blue) = 137+10+39=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #890A27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A27 is #76F5D8. Grayscale: #333333. Windows color (decimal): -7796185 or 2558601. OLE color: 2558601.

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

Color convert

RGB 137 10 39 -
CMYK 0 0.93 0.72 0.46
HSL 346.3º 0.86% 0.29% -
HSV(B) 346.3º 0.93% 0.54% -
XYZ 10.79 5.68 2.45 -
YUV 51.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 137 10 39 0 0.93 0.72 0.46 346.3 0.86 0.29
Hex 89 A 27 0 5D 48 2E 15A 56 1D
Octal 211 12 47 0 135 110 56 532 126 35
Binary 10001001 1010 100111 0 1011101 1001000 101110 101011010 1010110 11101

Color Harmonies of #890A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A27

Black with #890A27

Text Example


Text Example

White with #890A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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