#7D0021

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

Shades of Burgundy #7D0021

Tints of Burgundy #7D0021

Color information

#7D0021 (or 0x7D0021) is unknown color: approx Burgundy. HEX triplet: 7D, 00 and 21. RGB value is (125,0,33). Sum of RGB (Red+Green+Blue) = 125+0+33=158 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.11% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0021 is #82FFDE. Grayscale: #292929. Windows color (decimal): -8585183 or 2162813. OLE color: 2162813.

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

Color convert

RGB125033-
CMYK010.740.51
HSL344.16º100%24.51%-
HSV(B)344.16º100%49.02%-
XYZ8.734.471.84-
YUV41.14123.41187.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 79.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=79.11%
G=0%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125033010.740.51344.1610024.51
Hex7D0210644A331586419
Octal17504101441126353014431
Binary11111010100001011001001001010110011101011000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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