#760D25

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

Shades of Burgundy #760D25

Tints of Burgundy #760D25

Color information

#760D25 (or 0x760D25) is unknown color: approx Burgundy. HEX triplet: 76, 0D and 25. RGB value is (118,13,37). Sum of RGB (Red+Green+Blue) = 118+13+37=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #760D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D25 is #89F2DA. Grayscale: #2F2F2F. Windows color (decimal): -9040603 or 2428278. OLE color: 2428278.

HSL color Cylindrical-coordinate representation of color #760D25: hue angle of 346.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D25 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1181337-
CMYK00.890.690.54
HSL346.29º80.15%25.69%-
HSV(B)346.29º88.98%46.27%-
XYZ7.954.272.16-
YUV47.13122.29178.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.24%
GREEN value IS 13 (5.47% from 255) = 7.74%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=70.24%
G=7.74%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118133700.890.690.54346.2980.1525.69
Hex76D25059453615a501a
Octal166154501311056653212032
Binary11101101101100101010110011000101110110101011010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760D25; }

 p { color: rgb(118,13,37); }

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

<style>
 a { background-color: #760D25; }

 a { background-color: rgb(118,13,37); }

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

<style>
 span { border-color: #760D25; }

 span { border-color: rgb(118,13,37); }

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