Html Css Color HEX #7D1121 Burgundy

📋 copy color: '#7D1121'

red 125 ◦ green 17 ◦ blue 33

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

Shades of Burgundy #7D1121

Tints of Burgundy #7D1121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 71.43%
G = 9.71%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7D1121 (or 0x7D1121) is known color: Burgundy. HEX triplet: 7D, 11 and 21. RGB value is (125,17,33). Sum of RGB (Red+Green+Blue) = 125+17+33=175 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.43% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1121 is #82EEDE. Grayscale: #333333. Windows color (decimal): -8580831 or 2167165. OLE color: 2167165.

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

Color convert

RGB 125 17 33 -
CMYK 0 0.86 0.74 0.51
HSL 351.11º 0.76% 0.28% -
HSV(B) 351.11º 0.86% 0.49% -
XYZ 8.93 4.87 1.91 -
YUV 51.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 125 17 33 0 0.86 0.74 0.51 351.11 0.76 0.28
Hex 7D 11 21 0 56 4A 33 15F 4C 1C
Octal 175 21 41 0 126 112 63 537 114 34
Binary 1111101 10001 100001 0 1010110 1001010 110011 101011111 1001100 11100

Color Harmonies of #7D1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1121

Black with #7D1121

Text Example


Text Example

White with #7D1121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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