Html Css Color HEX #8C052F Burgundy

📋 copy color: '#8C052F'

red 140 ◦ green 5 ◦ blue 47

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

Shades of Burgundy #8C052F

Tints of Burgundy #8C052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.48%

R = 72.92%
G = 2.6%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C052F (or 0x8C052F) is known color: Burgundy. HEX triplet: 8C, 05 and 2F. RGB value is (140,5,47). Sum of RGB (Red+Green+Blue) = 140+5+47=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C052F is #73FAD0. Grayscale: #323232. Windows color (decimal): -7600849 or 3081612. OLE color: 3081612.

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

Color convert

RGB 140 5 47 -
CMYK 0 0.96 0.66 0.45
HSL 341.33º 0.93% 0.28% -
HSV(B) 341.33º 0.96% 0.55% -
XYZ 11.38 5.89 3.23 -
YUV 50.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 140 5 47 0 0.96 0.66 0.45 341.33 0.93 0.28
Hex 8C 5 2F 0 60 42 2D 155 5D 1C
Octal 214 5 57 0 140 102 55 525 135 34
Binary 10001100 101 101111 0 1100000 1000010 101101 101010101 1011101 11100

Color Harmonies of #8C052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C052F

Black with #8C052F

Text Example


Text Example

White with #8C052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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