#7D051A

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

Shades of Burgundy #7D051A

Tints of Burgundy #7D051A

Color information

#7D051A (or 0x7D051A) is unknown color: approx Burgundy. HEX triplet: 7D, 05 and 1A. RGB value is (125,5,26). Sum of RGB (Red+Green+Blue) = 125+5+26=156 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.13% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 125 - color contains mainly: red. Hex color #7D051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D051A is #82FAE5. Grayscale: #2B2B2B. Windows color (decimal): -8583910 or 1705341. OLE color: 1705341.

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

Color convert

RGB125526-
CMYK00.960.790.51
HSL349.5º92.31%25.49%-
HSV(B)349.5º96%49.02%-
XYZ8.74.541.4-
YUV43.27118.26186.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 80.13%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=80.13%
G=3.21%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12552600.960.790.51349.592.3125.49
Hex7D51A0604F3315e5c19
Octal17553201401176353613431
Binary111110110111010011000001001111110011101011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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