Html Css Color HEX #8D0924 Burgundy

📋 copy color: '#8D0924'

red 141 ◦ green 9 ◦ blue 36

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

Shades of Burgundy #8D0924

Tints of Burgundy #8D0924

RGB

 RED value IS 141 (55.47% from 255) = 75.81%

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

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

R = 75.81%
G = 4.84%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8D0924 (or 0x8D0924) is known color: Burgundy. HEX triplet: 8D, 09 and 24. RGB value is (141,9,36). Sum of RGB (Red+Green+Blue) = 141+9+36=186 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.81% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0924 is #72F6DB. Grayscale: #333333. Windows color (decimal): -7534300 or 2361741. OLE color: 2361741.

HSL color Cylindrical-coordinate representation of color #8D0924: hue angle of 347.73º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0924 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 9 36 -
CMYK 0 0.94 0.74 0.45
HSL 347.73º 0.88% 0.29% -
HSV(B) 347.73º 0.94% 0.55% -
XYZ 11.4 5.99 2.22 -
YUV 51.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 141 9 36 0 0.94 0.74 0.45 347.73 0.88 0.29
Hex 8D 9 24 0 5E 4A 2D 15C 58 1D
Octal 215 11 44 0 136 112 55 534 130 35
Binary 10001101 1001 100100 0 1011110 1001010 101101 101011100 1011000 11101

Color Harmonies of #8D0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0924

Black with #8D0924

Text Example


Text Example

White with #8D0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D0924; }

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

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

background-color css

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

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

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

border-color css

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

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

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