Html Css Color HEX #8C053B Burgundy

📋 copy color: '#8C053B'

red 140 ◦ green 5 ◦ blue 59

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

Shades of Burgundy #8C053B

Tints of Burgundy #8C053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.92%

R = 68.63%
G = 2.45%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C053B (or 0x8C053B) is known color: Burgundy. HEX triplet: 8C, 05 and 3B. RGB value is (140,5,59). Sum of RGB (Red+Green+Blue) = 140+5+59=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C053B is #73FAC4. Grayscale: #333333. Windows color (decimal): -7600837 or 3868044. OLE color: 3868044.

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

Color convert

RGB 140 5 59 -
CMYK 0 0.96 0.58 0.45
HSL 336º 0.93% 0.28% -
HSV(B) 336º 0.96% 0.55% -
XYZ 11.66 6 4.68 -
YUV 51.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 140 5 59 0 0.96 0.58 0.45 336 0.93 0.28
Hex 8C 5 3B 0 60 3A 2D 150 5D 1C
Octal 214 5 73 0 140 72 55 520 135 34
Binary 10001100 101 111011 0 1100000 111010 101101 101010000 1011101 11100

Color Harmonies of #8C053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C053B

Black with #8C053B

Text Example


Text Example

White with #8C053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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