Html Css Color HEX #890927 Burgundy

📋 copy color: '#890927'

red 137 ◦ green 9 ◦ blue 39

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

Shades of Burgundy #890927

Tints of Burgundy #890927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 74.05%
G = 4.86%
B = 21.08%

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

#890927 (or 0x890927) is known color: Burgundy. HEX triplet: 89, 09 and 27. RGB value is (137,9,39). Sum of RGB (Red+Green+Blue) = 137+9+39=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #890927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890927 is #76F6D8. Grayscale: #323232. Windows color (decimal): -7796441 or 2558345. OLE color: 2558345.

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

Color convert

RGB 137 9 39 -
CMYK 0 0.93 0.72 0.46
HSL 345.94º 0.88% 0.29% -
HSV(B) 345.94º 0.93% 0.54% -
XYZ 10.78 5.66 2.44 -
YUV 50.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 137 9 39 0 0.93 0.72 0.46 345.94 0.88 0.29
Hex 89 9 27 0 5D 48 2E 15A 58 1D
Octal 211 11 47 0 135 110 56 532 130 35
Binary 10001001 1001 100111 0 1011101 1001000 101110 101011010 1011000 11101

Color Harmonies of #890927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890927

Black with #890927

Text Example


Text Example

White with #890927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890927; }

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

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

background-color css

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

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

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

border-color css

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

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

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