Html Css Color HEX #7D1128 Burgundy

📋 copy color: '#7D1128'

red 125 ◦ green 17 ◦ blue 40

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

Shades of Burgundy #7D1128

Tints of Burgundy #7D1128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.98%

R = 68.68%
G = 9.34%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D1128 (or 0x7D1128) is known color: Burgundy. HEX triplet: 7D, 11 and 28. RGB value is (125,17,40). Sum of RGB (Red+Green+Blue) = 125+17+40=182 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.68% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1128 is #82EED7. Grayscale: #333333. Windows color (decimal): -8580824 or 2625917. OLE color: 2625917.

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

Color convert

RGB 125 17 40 -
CMYK 0 0.86 0.68 0.51
HSL 347.22º 0.76% 0.28% -
HSV(B) 347.22º 0.86% 0.49% -
XYZ 9.04 4.91 2.48 -
YUV 51.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 125 17 40 0 0.86 0.68 0.51 347.22 0.76 0.28
Hex 7D 11 28 0 56 44 33 15B 4C 1C
Octal 175 21 50 0 126 104 63 533 114 34
Binary 1111101 10001 101000 0 1010110 1000100 110011 101011011 1001100 11100

Color Harmonies of #7D1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1128

Black with #7D1128

Text Example


Text Example

White with #7D1128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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