#7D001A

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

Shades of Burgundy #7D001A

Tints of Burgundy #7D001A

Color information

#7D001A (or 0x7D001A) is unknown color: approx Burgundy. HEX triplet: 7D, 00 and 1A. RGB value is (125,0,26). Sum of RGB (Red+Green+Blue) = 125+0+26=151 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.78% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 125 - color contains mainly: red. Hex color #7D001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D001A is #82FFE5. Grayscale: #282828. Windows color (decimal): -8585190 or 1704061. OLE color: 1704061.

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

Color convert

RGB125026-
CMYK010.790.51
HSL347.52º100%24.51%-
HSV(B)347.52º100%49.02%-
XYZ8.644.431.38-
YUV40.34119.91188.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 82.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=82.78%
G=0%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125026010.790.51347.5210024.51
Hex7D01A0644F3315c6419
Octal17503201441176353414431
Binary1111101011010011001001001111110011101011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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