#7D001B

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

Shades of Burgundy #7D001B

Tints of Burgundy #7D001B

Color information

#7D001B (or 0x7D001B) is unknown color: approx Burgundy. HEX triplet: 7D, 00 and 1B. RGB value is (125,0,27). Sum of RGB (Red+Green+Blue) = 125+0+27=152 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.24% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 125 - color contains mainly: red. Hex color #7D001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D001B is #82FFE4. Grayscale: #282828. Windows color (decimal): -8585189 or 1769597. OLE color: 1769597.

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

Color convert

RGB125027-
CMYK010.780.51
HSL347.04º100%24.51%-
HSV(B)347.04º100%49.02%-
XYZ8.664.441.44-
YUV40.45120.41188.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 82.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=82.24%
G=0%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125027010.780.51347.0410024.51
Hex7D01B0644E3315b6419
Octal17503301441166353314431
Binary1111101011011011001001001110110011101011011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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