Html Css Color HEX #8C0324 Burgundy

📋 copy color: '#8C0324'

red 140 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #8C0324

Tints of Burgundy #8C0324

RGB

 RED value IS 140 (55.08% from 255) = 78.21%

 GREEN value IS 3 (1.56% from 255) = 1.68%

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

R = 78.21%
G = 1.68%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C0324 (or 0x8C0324) is known color: Burgundy. HEX triplet: 8C, 03 and 24. RGB value is (140,3,36). Sum of RGB (Red+Green+Blue) = 140+3+36=179 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.21% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0324 is #73FCDB. Grayscale: #2F2F2F. Windows color (decimal): -7601372 or 2360204. OLE color: 2360204.

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

Color convert

RGB 140 3 36 -
CMYK 0 0.98 0.74 0.45
HSL 345.55º 0.96% 0.28% -
HSV(B) 345.55º 0.98% 0.55% -
XYZ 11.17 5.77 2.19 -
YUV 47.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 140 3 36 0 0.98 0.74 0.45 345.55 0.96 0.28
Hex 8C 3 24 0 62 4A 2D 15A 60 1C
Octal 214 3 44 0 142 112 55 532 140 34
Binary 10001100 11 100100 0 1100010 1001010 101101 101011010 1100000 11100

Color Harmonies of #8C0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0324

Black with #8C0324

Text Example


Text Example

White with #8C0324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,36); }

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

background-color css

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

 a { background-color: rgb(140,3,36); }

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

border-color css

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

 span { border-color: rgb(140,3,36); }

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