Html Css Color HEX #7D0510 Burgundy

📋 copy color: '#7D0510'

red 125 ◦ green 5 ◦ blue 16

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

Shades of Burgundy #7D0510

Tints of Burgundy #7D0510

RGB

 RED value IS 125 (49.22% from 255) = 85.62%

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

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

R = 85.62%
G = 3.42%
B = 10.96%

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

#7D0510 (or 0x7D0510) is known color: Burgundy. HEX triplet: 7D, 05 and 10. RGB value is (125,5,16). Sum of RGB (Red+Green+Blue) = 125+5+16=146 (19% of max value = 765). Red value is 125 (49.22% from 255 or 85.62% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0510 is #82FAEF. Grayscale: #2A2A2A. Windows color (decimal): -8583920 or 1049981. OLE color: 1049981.

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

Color convert

RGB 125 5 16 -
CMYK 0 0.96 0.87 0.51
HSL 354.5º 0.92% 0.25% -
HSV(B) 354.5º 0.96% 0.49% -
XYZ 8.61 4.51 0.91 -
YUV 42.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 125 5 16 0 0.96 0.87 0.51 354.5 0.92 0.25
Hex 7D 5 10 0 60 57 33 162 5C 19
Octal 175 5 20 0 140 127 63 542 134 31
Binary 1111101 101 10000 0 1100000 1010111 110011 101100010 1011100 11001

Color Harmonies of #7D0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0510

Black with #7D0510

Text Example


Text Example

White with #7D0510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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