#7D0121

Color #7D0121 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #7D0121

Tints of Burgundy #7D0121

Color information

#7D0121 (or 0x7D0121) is unknown color: approx Burgundy. HEX triplet: 7D, 01 and 21. RGB value is (125,1,33). Sum of RGB (Red+Green+Blue) = 125+1+33=159 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.62% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0121 is #82FEDE. Grayscale: #292929. Windows color (decimal): -8584927 or 2163069. OLE color: 2163069.

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

Color convert

RGB125133-
CMYK00.990.740.51
HSL344.52º98.41%24.71%-
HSV(B)344.52º99.2%49.02%-
XYZ8.744.491.84-
YUV41.72123.08187.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 78.62%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=78.62%
G=0.63%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12513300.990.740.51344.5298.4124.71
Hex7D1210634A331596219
Octal17514101431126353114231
Binary11111011100001011000111001010110011101011001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D0121;
 }
 .AnyTagClassName
 {
   color: #7D0121;
 }
</style>
background-color css

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

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

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

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

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

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