Html Css Color HEX #8C003F Burgundy

📋 copy color: '#8C003F'

red 140 ◦ green 0 ◦ blue 63

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

Shades of Burgundy #8C003F

Tints of Burgundy #8C003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.03%

R = 68.97%
G = 0%
B = 31.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#8C003F (or 0x8C003F) is known color: Burgundy. HEX triplet: 8C, 00 and 3F. RGB value is (140,0,63). Sum of RGB (Red+Green+Blue) = 140+0+63=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C003F is #73FFC0. Grayscale: #303030. Windows color (decimal): -7602113 or 4128908. OLE color: 4128908.

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

Color convert

RGB 140 0 63 -
CMYK 0 1 0.55 0.45
HSL 333º 1% 0.27% -
HSV(B) 333º 1% 0.55% -
XYZ 11.71 5.93 5.23 -
YUV 49.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 140 0 63 0 1 0.55 0.45 333 1 0.27
Hex 8C 0 3F 0 64 37 2D 14D 64 1B
Octal 214 0 77 0 144 67 55 515 144 33
Binary 10001100 0 111111 0 1100100 110111 101101 101001101 1100100 11011

Color Harmonies of #8C003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C003F

Black with #8C003F

Text Example


Text Example

White with #8C003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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