Html Css Color HEX #8C0639 Burgundy

📋 copy color: '#8C0639'

red 140 ◦ green 6 ◦ blue 57

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

Shades of Burgundy #8C0639

Tints of Burgundy #8C0639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.08%

R = 68.97%
G = 2.96%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C0639 (or 0x8C0639) is known color: Burgundy. HEX triplet: 8C, 06 and 39. RGB value is (140,6,57). Sum of RGB (Red+Green+Blue) = 140+6+57=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0639 is #73F9C6. Grayscale: #333333. Windows color (decimal): -7600583 or 3737228. OLE color: 3737228.

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

Color convert

RGB 140 6 57 -
CMYK 0 0.96 0.59 0.45
HSL 337.16º 0.92% 0.29% -
HSV(B) 337.16º 0.96% 0.55% -
XYZ 11.62 6 4.42 -
YUV 51.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 140 6 57 0 0.96 0.59 0.45 337.16 0.92 0.29
Hex 8C 6 39 0 60 3B 2D 151 5C 1D
Octal 214 6 71 0 140 73 55 521 134 35
Binary 10001100 110 111001 0 1100000 111011 101101 101010001 1011100 11101

Color Harmonies of #8C0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0639

Black with #8C0639

Text Example


Text Example

White with #8C0639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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