Html Css Color HEX #8C012C Burgundy

📋 copy color: '#8C012C'

red 140 ◦ green 1 ◦ blue 44

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

Shades of Burgundy #8C012C

Tints of Burgundy #8C012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 44 (17.58% from 255) = 23.78%

R = 75.68%
G = 0.54%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C012C (or 0x8C012C) is known color: Burgundy. HEX triplet: 8C, 01 and 2C. RGB value is (140,1,44). Sum of RGB (Red+Green+Blue) = 140+1+44=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C012C is #73FED3. Grayscale: #2F2F2F. Windows color (decimal): -7601876 or 2883980. OLE color: 2883980.

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

Color convert

RGB 140 1 44 -
CMYK 0 0.99 0.69 0.45
HSL 341.44º 0.99% 0.28% -
HSV(B) 341.44º 0.99% 0.55% -
XYZ 11.28 5.78 2.9 -
YUV 47.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 140 1 44 0 0.99 0.69 0.45 341.44 0.99 0.28
Hex 8C 1 2C 0 63 45 2D 155 63 1C
Octal 214 1 54 0 143 105 55 525 143 34
Binary 10001100 1 101100 0 1100011 1000101 101101 101010101 1100011 11100

Color Harmonies of #8C012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C012C

Black with #8C012C

Text Example


Text Example

White with #8C012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,1,44); }

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

background-color css

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

 a { background-color: rgb(140,1,44); }

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

border-color css

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

 span { border-color: rgb(140,1,44); }

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