Html Css Color HEX #8C003C Burgundy

📋 copy color: '#8C003C'

red 140 ◦ green 0 ◦ blue 60

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

Shades of Burgundy #8C003C

Tints of Burgundy #8C003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30%

R = 70%
G = 0%
B = 30%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C003C (or 0x8C003C) is known color: Burgundy. HEX triplet: 8C, 00 and 3C. RGB value is (140,0,60). Sum of RGB (Red+Green+Blue) = 140+0+60=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C003C is #73FFC3. Grayscale: #303030. Windows color (decimal): -7602116 or 3932300. OLE color: 3932300.

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

Color convert

RGB 140 0 60 -
CMYK 0 1 0.57 0.45
HSL 334.29º 1% 0.27% -
HSV(B) 334.29º 1% 0.55% -
XYZ 11.63 5.9 4.8 -
YUV 48.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 140 0 60 0 1 0.57 0.45 334.29 1 0.27
Hex 8C 0 3C 0 64 39 2D 14E 64 1B
Octal 214 0 74 0 144 71 55 516 144 33
Binary 10001100 0 111100 0 1100100 111001 101101 101001110 1100100 11011

Color Harmonies of #8C003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C003C

Black with #8C003C

Text Example


Text Example

White with #8C003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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