Html Css Color HEX #7D1119 Burgundy

📋 copy color: '#7D1119'

red 125 ◦ green 17 ◦ blue 25

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

Shades of Burgundy #7D1119

Tints of Burgundy #7D1119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 25 (10.16% from 255) = 14.97%

R = 74.85%
G = 10.18%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#7D1119 (or 0x7D1119) is known color: Burgundy. HEX triplet: 7D, 11 and 19. RGB value is (125,17,25). Sum of RGB (Red+Green+Blue) = 125+17+25=167 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.85% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1119 is #82EEE6. Grayscale: #323232. Windows color (decimal): -8580839 or 1642877. OLE color: 1642877.

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

Color convert

RGB 125 17 25 -
CMYK 0 0.86 0.8 0.51
HSL 355.56º 0.76% 0.28% -
HSV(B) 355.56º 0.86% 0.49% -
XYZ 8.83 4.83 1.39 -
YUV 50.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 125 17 25 0 0.86 0.8 0.51 355.56 0.76 0.28
Hex 7D 11 19 0 56 50 33 164 4C 1C
Octal 175 21 31 0 126 120 63 544 114 34
Binary 1111101 10001 11001 0 1010110 1010000 110011 101100100 1001100 11100

Color Harmonies of #7D1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1119

Black with #7D1119

Text Example


Text Example

White with #7D1119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,17,25); }

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

background-color css

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

 a { background-color: rgb(125,17,25); }

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

border-color css

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

 span { border-color: rgb(125,17,25); }

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