#7D011A

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

Shades of Burgundy #7D011A

Tints of Burgundy #7D011A

Color information

#7D011A (or 0x7D011A) is unknown color: approx Burgundy. HEX triplet: 7D, 01 and 1A. RGB value is (125,1,26). Sum of RGB (Red+Green+Blue) = 125+1+26=152 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.24% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 125 - color contains mainly: red. Hex color #7D011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D011A is #82FEE5. Grayscale: #282828. Windows color (decimal): -8584934 or 1704317. OLE color: 1704317.

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

Color convert

RGB125126-
CMYK00.990.790.51
HSL347.9º98.41%24.71%-
HSV(B)347.9º99.2%49.02%-
XYZ8.654.461.38-
YUV40.93119.58187.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 82.24%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=82.24%
G=0.66%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12512600.990.790.51347.998.4124.71
Hex7D11A0634F3315c6219
Octal17513201431176353414231
Binary1111101111010011000111001111110011101011100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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