Html Css Color HEX #7C0510 Burgundy

📋 copy color: '#7C0510'

red 124 ◦ green 5 ◦ blue 16

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

Shades of Burgundy #7C0510

Tints of Burgundy #7C0510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 85.52%
G = 3.45%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#7C0510 (or 0x7C0510) is known color: Burgundy. HEX triplet: 7C, 05 and 10. RGB value is (124,5,16). Sum of RGB (Red+Green+Blue) = 124+5+16=145 (19% of max value = 765). Red value is 124 (48.83% from 255 or 85.52% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0510 is #83FAEF. Grayscale: #292929. Windows color (decimal): -8649456 or 1049980. OLE color: 1049980.

HSL color Cylindrical-coordinate representation of color #7C0510: hue angle of 354.45º 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 #7C0510 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 5 16 -
CMYK 0 0.96 0.87 0.51
HSL 354.45º 0.92% 0.25% -
HSV(B) 354.45º 0.96% 0.49% -
XYZ 8.46 4.43 0.9 -
YUV 41.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 124 5 16 0 0.96 0.87 0.51 354.45 0.92 0.25
Hex 7C 5 10 0 60 57 33 162 5C 19
Octal 174 5 20 0 140 127 63 542 134 31
Binary 1111100 101 10000 0 1100000 1010111 110011 101100010 1011100 11001

Color Harmonies of #7C0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0510

Black with #7C0510

Text Example


Text Example

White with #7C0510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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