Html Css Color HEX #7D1014 Burgundy

📋 copy color: '#7D1014'

red 125 ◦ green 16 ◦ blue 20

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

Shades of Burgundy #7D1014

Tints of Burgundy #7D1014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 77.64%
G = 9.94%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7D1014 (or 0x7D1014) is known color: Burgundy. HEX triplet: 7D, 10 and 14. RGB value is (125,16,20). Sum of RGB (Red+Green+Blue) = 125+16+20=161 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.64% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1014 is #82EFEB. Grayscale: #313131. Windows color (decimal): -8581100 or 1314941. OLE color: 1314941.

HSL color Cylindrical-coordinate representation of color #7D1014: hue angle of 357.8º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1014 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 16 20 -
CMYK 0 0.87 0.84 0.51
HSL 357.8º 0.77% 0.28% -
HSV(B) 357.8º 0.87% 0.49% -
XYZ 8.77 4.78 1.12 -
YUV 49.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 125 16 20 0 0.87 0.84 0.51 357.8 0.77 0.28
Hex 7D 10 14 0 57 54 33 166 4D 1C
Octal 175 20 24 0 127 124 63 546 115 34
Binary 1111101 10000 10100 0 1010111 1010100 110011 101100110 1001101 11100

Color Harmonies of #7D1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1014

Black with #7D1014

Text Example


Text Example

White with #7D1014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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