Html Css Color HEX #7D0412 Burgundy

📋 copy color: '#7D0412'

red 125 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #7D0412

Tints of Burgundy #7D0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 85.03%
G = 2.72%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D0412 (or 0x7D0412) is known color: Burgundy. HEX triplet: 7D, 04 and 12. RGB value is (125,4,18). Sum of RGB (Red+Green+Blue) = 125+4+18=147 (19% of max value = 765). Red value is 125 (49.22% from 255 or 85.03% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0412 is #82FBED. Grayscale: #292929. Windows color (decimal): -8584174 or 1180797. OLE color: 1180797.

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

Color convert

RGB 125 4 18 -
CMYK 0 0.97 0.86 0.51
HSL 353.06º 0.94% 0.25% -
HSV(B) 353.06º 0.97% 0.49% -
XYZ 8.61 4.49 0.99 -
YUV 41.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 125 4 18 0 0.97 0.86 0.51 353.06 0.94 0.25
Hex 7D 4 12 0 61 56 33 161 5E 19
Octal 175 4 22 0 141 126 63 541 136 31
Binary 1111101 100 10010 0 1100001 1010110 110011 101100001 1011110 11001

Color Harmonies of #7D0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0412

Black with #7D0412

Text Example


Text Example

White with #7D0412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,4,18); }

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

background-color css

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

 a { background-color: rgb(125,4,18); }

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

border-color css

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

 span { border-color: rgb(125,4,18); }

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