Html Css Color HEX #8C0436 Burgundy

📋 copy color: '#8C0436'

red 140 ◦ green 4 ◦ blue 54

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

Shades of Burgundy #8C0436

Tints of Burgundy #8C0436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 54 (21.48% from 255) = 27.27%

R = 70.71%
G = 2.02%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C0436 (or 0x8C0436) is known color: Burgundy. HEX triplet: 8C, 04 and 36. RGB value is (140,4,54). Sum of RGB (Red+Green+Blue) = 140+4+54=198 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.71% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0436 is #73FBC9. Grayscale: #323232. Windows color (decimal): -7601098 or 3540108. OLE color: 3540108.

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

Color convert

RGB 140 4 54 -
CMYK 0 0.97 0.61 0.45
HSL 337.94º 0.94% 0.28% -
HSV(B) 337.94º 0.97% 0.55% -
XYZ 11.52 5.93 4.03 -
YUV 50.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 140 4 54 0 0.97 0.61 0.45 337.94 0.94 0.28
Hex 8C 4 36 0 61 3D 2D 152 5E 1C
Octal 214 4 66 0 141 75 55 522 136 34
Binary 10001100 100 110110 0 1100001 111101 101101 101010010 1011110 11100

Color Harmonies of #8C0436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0436

Black with #8C0436

Text Example


Text Example

White with #8C0436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,4,54); }

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

background-color css

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

 a { background-color: rgb(140,4,54); }

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

border-color css

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

 span { border-color: rgb(140,4,54); }

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