#7D0E28

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

Shades of Burgundy #7D0E28

Tints of Burgundy #7D0E28

Color information

#7D0E28 (or 0x7D0E28) is unknown color: approx Burgundy. HEX triplet: 7D, 0E and 28. RGB value is (125,14,40). Sum of RGB (Red+Green+Blue) = 125+14+40=179 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.83% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0E28 is #82F1D7. Grayscale: #323232. Windows color (decimal): -8581592 or 2625149. OLE color: 2625149.

HSL color Cylindrical-coordinate representation of color #7D0E28: hue angle of 345.95º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D0E28 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1251440-
CMYK00.890.680.51
HSL345.95º79.86%27.25%-
HSV(B)345.95º88.8%49.02%-
XYZ94.832.47-
YUV50.15122.27181.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 69.83%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=69.83%
G=7.82%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125144000.890.680.51345.9579.8627.25
Hex7DE28059443315a501b
Octal175165001311046353212033
Binary11111011110101000010110011000100110011101011010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,14,40); }

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

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

 a { background-color: rgb(125,14,40); }

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

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

 span { border-color: rgb(125,14,40); }

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