Html Css Color HEX #8C0640 Burgundy

📋 copy color: '#8C0640'

red 140 ◦ green 6 ◦ blue 64

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

Shades of Burgundy #8C0640

Tints of Burgundy #8C0640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 66.67%
G = 2.86%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8C0640 (or 0x8C0640) is known color: Burgundy. HEX triplet: 8C, 06 and 40. RGB value is (140,6,64). Sum of RGB (Red+Green+Blue) = 140+6+64=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0640 is #73F9BF. Grayscale: #343434. Windows color (decimal): -7600576 or 4195980. OLE color: 4195980.

HSL color Cylindrical-coordinate representation of color #8C0640: hue angle of 334.03º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0640 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 6 64 -
CMYK 0 0.96 0.54 0.45
HSL 334.03º 0.92% 0.29% -
HSV(B) 334.03º 0.96% 0.55% -
XYZ 11.81 6.08 5.4 -
YUV 52.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 140 6 64 0 0.96 0.54 0.45 334.03 0.92 0.29
Hex 8C 6 40 0 60 36 2D 14E 5C 1D
Octal 214 6 100 0 140 66 55 516 134 35
Binary 10001100 110 1000000 0 1100000 110110 101101 101001110 1011100 11101

Color Harmonies of #8C0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0640

Black with #8C0640

Text Example


Text Example

White with #8C0640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,6,64); }

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

background-color css

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

 a { background-color: rgb(140,6,64); }

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

border-color css

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

 span { border-color: rgb(140,6,64); }

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