Html Css Color HEX #8C0020 Burgundy

📋 copy color: '#8C0020'

red 140 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #8C0020

Tints of Burgundy #8C0020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 81.4%
G = 0%
B = 18.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8C0020 (or 0x8C0020) is known color: Burgundy. HEX triplet: 8C, 00 and 20. RGB value is (140,0,32). Sum of RGB (Red+Green+Blue) = 140+0+32=172 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.40% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0020 is #73FFDF. Grayscale: #2D2D2D. Windows color (decimal): -7602144 or 2097292. OLE color: 2097292.

HSL color Cylindrical-coordinate representation of color #8C0020: hue angle of 346.29º 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 #8C0020 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 0 32 -
CMYK 0 1 0.77 0.45
HSL 346.29º 1% 0.27% -
HSV(B) 346.29º 1% 0.55% -
XYZ 11.08 5.68 1.88 -
YUV 45.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 140 0 32 0 1 0.77 0.45 346.29 1 0.27
Hex 8C 0 20 0 64 4D 2D 15A 64 1B
Octal 214 0 40 0 144 115 55 532 144 33
Binary 10001100 0 100000 0 1100100 1001101 101101 101011010 1100100 11011

Color Harmonies of #8C0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0020

Black with #8C0020

Text Example


Text Example

White with #8C0020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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