Html Css Color HEX #8C0F39 Burgundy

📋 copy color: '#8C0F39'

red 140 ◦ green 15 ◦ blue 57

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

Shades of Burgundy #8C0F39

Tints of Burgundy #8C0F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.08%

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

R = 66.04%
G = 7.08%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C0F39 (or 0x8C0F39) is known color: Burgundy. HEX triplet: 8C, 0F and 39. RGB value is (140,15,57). Sum of RGB (Red+Green+Blue) = 140+15+57=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0F39 is #73F0C6. Grayscale: #393939. Windows color (decimal): -7598279 or 3739532. OLE color: 3739532.

HSL color Cylindrical-coordinate representation of color #8C0F39: hue angle of 339.84º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F39 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 15 57 -
CMYK 0 0.89 0.59 0.45
HSL 339.84º 0.81% 0.3% -
HSV(B) 339.84º 0.89% 0.55% -
XYZ 11.72 6.21 4.45 -
YUV 57.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 140 15 57 0 0.89 0.59 0.45 339.84 0.81 0.3
Hex 8C F 39 0 59 3B 2D 154 51 1E
Octal 214 17 71 0 131 73 55 524 121 36
Binary 10001100 1111 111001 0 1011001 111011 101101 101010100 1010001 11110

Color Harmonies of #8C0F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0F39

Black with #8C0F39

Text Example


Text Example

White with #8C0F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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