Html Css Color HEX #8C053D Burgundy

📋 copy color: '#8C053D'

red 140 ◦ green 5 ◦ blue 61

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

Shades of Burgundy #8C053D

Tints of Burgundy #8C053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 67.96%
G = 2.43%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C053D (or 0x8C053D) is known color: Burgundy. HEX triplet: 8C, 05 and 3D. RGB value is (140,5,61). Sum of RGB (Red+Green+Blue) = 140+5+61=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C053D is #73FAC2. Grayscale: #333333. Windows color (decimal): -7600835 or 3999116. OLE color: 3999116.

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

Color convert

RGB 140 5 61 -
CMYK 0 0.96 0.56 0.45
HSL 335.11º 0.93% 0.28% -
HSV(B) 335.11º 0.96% 0.55% -
XYZ 11.71 6.02 4.96 -
YUV 51.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 140 5 61 0 0.96 0.56 0.45 335.11 0.93 0.28
Hex 8C 5 3D 0 60 38 2D 14F 5D 1C
Octal 214 5 75 0 140 70 55 517 135 34
Binary 10001100 101 111101 0 1100000 111000 101101 101001111 1011101 11100

Color Harmonies of #8C053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C053D

Black with #8C053D

Text Example


Text Example

White with #8C053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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