#760F2C

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

Shades of Burgundy #760F2C

Tints of Burgundy #760F2C

Color information

#760F2C (or 0x760F2C) is unknown color: approx Burgundy. HEX triplet: 76, 0F and 2C. RGB value is (118,15,44). Sum of RGB (Red+Green+Blue) = 118+15+44=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #760F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F2C is #89F0D3. Grayscale: #313131. Windows color (decimal): -9040084 or 2887542. OLE color: 2887542.

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

Color convert

RGB1181544-
CMYK00.870.630.54
HSL343.11º77.44%26.08%-
HSV(B)343.11º87.29%46.27%-
XYZ8.14.382.8-
YUV49.1125.12177.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=66.67%
G=8.47%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118154400.870.630.54343.1177.4426.08
Hex76F2C0573F361574d1a
Octal16617540127776652711532
Binary1110110111110110001010111111111110110101010111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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