Html Css Color HEX #8D0640 Burgundy

📋 copy color: '#8D0640'

red 141 ◦ green 6 ◦ blue 64

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

Shades of Burgundy #8D0640

Tints of Burgundy #8D0640

RGB

 RED value IS 141 (55.47% from 255) = 66.82%

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

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

R = 66.82%
G = 2.84%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#8D0640 (or 0x8D0640) is known color: Burgundy. HEX triplet: 8D, 06 and 40. RGB value is (141,6,64). Sum of RGB (Red+Green+Blue) = 141+6+64=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0640 is #72F9BF. Grayscale: #343434. Windows color (decimal): -7535040 or 4195981. OLE color: 4195981.

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

Color convert

RGB 141 6 64 -
CMYK 0 0.96 0.55 0.45
HSL 334.22º 0.92% 0.29% -
HSV(B) 334.22º 0.96% 0.55% -
XYZ 11.98 6.16 5.41 -
YUV 52.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 141 6 64 0 0.96 0.55 0.45 334.22 0.92 0.29
Hex 8D 6 40 0 60 37 2D 14E 5C 1D
Octal 215 6 100 0 140 67 55 516 134 35
Binary 10001101 110 1000000 0 1100000 110111 101101 101001110 1011100 11101

Color Harmonies of #8D0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0640

Black with #8D0640

Text Example


Text Example

White with #8D0640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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