Html Css Color HEX #7D0418 Burgundy

📋 copy color: '#7D0418'

red 125 ◦ green 4 ◦ blue 24

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

Shades of Burgundy #7D0418

Tints of Burgundy #7D0418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 81.7%
G = 2.61%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7D0418 (or 0x7D0418) is known color: Burgundy. HEX triplet: 7D, 04 and 18. RGB value is (125,4,24). Sum of RGB (Red+Green+Blue) = 125+4+24=153 (20% of max value = 765). Red value is 125 (49.22% from 255 or 81.70% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0418 is #82FBE7. Grayscale: #2A2A2A. Windows color (decimal): -8584168 or 1574013. OLE color: 1574013.

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

Color convert

RGB 125 4 24 -
CMYK 0 0.97 0.81 0.51
HSL 350.08º 0.94% 0.25% -
HSV(B) 350.08º 0.97% 0.49% -
XYZ 8.67 4.51 1.28 -
YUV 42.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 125 4 24 0 0.97 0.81 0.51 350.08 0.94 0.25
Hex 7D 4 18 0 61 51 33 15E 5E 19
Octal 175 4 30 0 141 121 63 536 136 31
Binary 1111101 100 11000 0 1100001 1010001 110011 101011110 1011110 11001

Color Harmonies of #7D0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0418

Black with #7D0418

Text Example


Text Example

White with #7D0418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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