Html Css Color HEX #8C0531 Burgundy

📋 copy color: '#8C0531'

red 140 ◦ green 5 ◦ blue 49

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

Shades of Burgundy #8C0531

Tints of Burgundy #8C0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.58%

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 72.16%
G = 2.58%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8C0531 (or 0x8C0531) is known color: Burgundy. HEX triplet: 8C, 05 and 31. RGB value is (140,5,49). Sum of RGB (Red+Green+Blue) = 140+5+49=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0531 is #73FACE. Grayscale: #323232. Windows color (decimal): -7600847 or 3212684. OLE color: 3212684.

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

Color convert

RGB 140 5 49 -
CMYK 0 0.96 0.65 0.45
HSL 340.44º 0.93% 0.28% -
HSV(B) 340.44º 0.96% 0.55% -
XYZ 11.42 5.91 3.44 -
YUV 50.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 140 5 49 0 0.96 0.65 0.45 340.44 0.93 0.28
Hex 8C 5 31 0 60 41 2D 154 5D 1C
Octal 214 5 61 0 140 101 55 524 135 34
Binary 10001100 101 110001 0 1100000 1000001 101101 101010100 1011101 11100

Color Harmonies of #8C0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0531

Black with #8C0531

Text Example


Text Example

White with #8C0531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,49); }

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

background-color css

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

 a { background-color: rgb(140,5,49); }

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

border-color css

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

 span { border-color: rgb(140,5,49); }

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