Html Css Color HEX #8C0036 Burgundy

📋 copy color: '#8C0036'

red 140 ◦ green 0 ◦ blue 54

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

Shades of Burgundy #8C0036

Tints of Burgundy #8C0036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.16%
G = 0%
B = 27.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C0036 (or 0x8C0036) is known color: Burgundy. HEX triplet: 8C, 00 and 36. RGB value is (140,0,54). Sum of RGB (Red+Green+Blue) = 140+0+54=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0036 is #73FFC9. Grayscale: #2F2F2F. Windows color (decimal): -7602122 or 3539084. OLE color: 3539084.

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

Color convert

RGB 140 0 54 -
CMYK 0 1 0.61 0.45
HSL 336.86º 1% 0.27% -
HSV(B) 336.86º 1% 0.55% -
XYZ 11.48 5.84 4.01 -
YUV 48.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 140 0 54 0 1 0.61 0.45 336.86 1 0.27
Hex 8C 0 36 0 64 3D 2D 151 64 1B
Octal 214 0 66 0 144 75 55 521 144 33
Binary 10001100 0 110110 0 1100100 111101 101101 101010001 1100100 11011

Color Harmonies of #8C0036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0036

Black with #8C0036

Text Example


Text Example

White with #8C0036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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