Html Css Color HEX #890924 Burgundy

📋 copy color: '#890924'

red 137 ◦ green 9 ◦ blue 36

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

Shades of Burgundy #890924

Tints of Burgundy #890924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.78%

R = 75.27%
G = 4.95%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#890924 (or 0x890924) is known color: Burgundy. HEX triplet: 89, 09 and 24. RGB value is (137,9,36). Sum of RGB (Red+Green+Blue) = 137+9+36=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #890924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890924 is #76F6DB. Grayscale: #323232. Windows color (decimal): -7796444 or 2361737. OLE color: 2361737.

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

Color convert

RGB 137 9 36 -
CMYK 0 0.93 0.74 0.46
HSL 347.34º 0.88% 0.29% -
HSV(B) 347.34º 0.93% 0.54% -
XYZ 10.73 5.64 2.19 -
YUV 50.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 137 9 36 0 0.93 0.74 0.46 347.34 0.88 0.29
Hex 89 9 24 0 5D 4A 2E 15B 58 1D
Octal 211 11 44 0 135 112 56 533 130 35
Binary 10001001 1001 100100 0 1011101 1001010 101110 101011011 1011000 11101

Color Harmonies of #890924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890924

Black with #890924

Text Example


Text Example

White with #890924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890924; }

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

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

background-color css

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

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

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

border-color css

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

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

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