Html Css Color HEX #7C0520 Burgundy

📋 copy color: '#7C0520'

red 124 ◦ green 5 ◦ blue 32

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

Shades of Burgundy #7C0520

Tints of Burgundy #7C0520

RGB

 RED value IS 124 (48.83% from 255) = 77.02%

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

 BLUE value IS 32 (12.89% from 255) = 19.88%

R = 77.02%
G = 3.11%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7C0520 (or 0x7C0520) is known color: Burgundy. HEX triplet: 7C, 05 and 20. RGB value is (124,5,32). Sum of RGB (Red+Green+Blue) = 124+5+32=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0520 is #83FADF. Grayscale: #2B2B2B. Windows color (decimal): -8649440 or 2098556. OLE color: 2098556.

HSL color Cylindrical-coordinate representation of color #7C0520: hue angle of 346.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0520 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 5 32 -
CMYK 0 0.96 0.74 0.51
HSL 346.39º 0.92% 0.25% -
HSV(B) 346.39º 0.96% 0.49% -
XYZ 8.63 4.5 1.78 -
YUV 43.66 121.42 185.3 -
System Red Green Blue C M Y K H S L
Decimal 124 5 32 0 0.96 0.74 0.51 346.39 0.92 0.25
Hex 7C 5 20 0 60 4A 33 15A 5C 19
Octal 174 5 40 0 140 112 63 532 134 31
Binary 1111100 101 100000 0 1100000 1001010 110011 101011010 1011100 11001

Color Harmonies of #7C0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0520

Black with #7C0520

Text Example


Text Example

White with #7C0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C0520; }

 p { color: rgb(124,5,32); }

 H1.HeaderClassName
 {
   color: #7C0520;
 }
 .AnyTagClassName
 {
   color: #7C0520;
 }
</style>

background-color css

<style>
 a { background-color: #7C0520; }

 a { background-color: rgb(124,5,32); }

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

border-color css

<style>
 span { border-color: #7C0520; }

 span { border-color: rgb(124,5,32); }

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