#760D0F

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

Shades of Burgundy #760D0F

Tints of Burgundy #760D0F

Color information

#760D0F (or 0x760D0F) is unknown color: approx Burgundy. HEX triplet: 76, 0D and 0F. RGB value is (118,13,15). Sum of RGB (Red+Green+Blue) = 118+13+15=146 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.82% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 118 - color contains mainly: red. Hex color #760D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D0F is #89F2F0. Grayscale: #2C2C2C. Windows color (decimal): -9040625 or 986486. OLE color: 986486.

HSL color Cylindrical-coordinate representation of color #760D0F: hue angle of 358.86º 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 #760D0F is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1181315-
CMYK00.890.870.54
HSL358.86º80.15%25.69%-
HSV(B)358.86º88.98%46.27%-
XYZ7.74.170.85-
YUV44.62111.29180.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 80.82%
GREEN value IS 13 (5.47% from 255) = 8.90%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=80.82%
G=8.90%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118131500.890.870.54358.8680.1525.69
Hex76DF0595736167501a
Octal166151701311276654712032
Binary111011011011111010110011010111110110101100111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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