#760A0F

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

Shades of Burgundy #760A0F

Tints of Burgundy #760A0F

Color information

#760A0F (or 0x760A0F) is unknown color: approx Burgundy. HEX triplet: 76, 0A and 0F. RGB value is (118,10,15). Sum of RGB (Red+Green+Blue) = 118+10+15=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A0F is #89F5F0. Grayscale: #2A2A2A. Windows color (decimal): -9041393 or 985718. OLE color: 985718.

HSL color Cylindrical-coordinate representation of color #760A0F: hue angle of 357.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A0F is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1181015-
CMYK00.920.870.54
HSL357.22º84.38%25.1%-
HSV(B)357.22º91.53%46.27%-
XYZ7.674.10.84-
YUV42.86112.28181.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 82.52%
GREEN value IS 10 (4.30% from 255) = 6.99%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=82.52%
G=6.99%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118101500.920.870.54357.2284.3825.1
Hex76AF05C57361655419
Octal166121701341276654512431
Binary111011010101111010111001010111110110101100101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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