#760D2A

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

Shades of Burgundy #760D2A

Tints of Burgundy #760D2A

Color information

#760D2A (or 0x760D2A) is unknown color: approx Burgundy. HEX triplet: 76, 0D and 2A. RGB value is (118,13,42). Sum of RGB (Red+Green+Blue) = 118+13+42=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #760D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D2A is #89F2D5. Grayscale: #2F2F2F. Windows color (decimal): -9040598 or 2755958. OLE color: 2755958.

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

Color convert

RGB1181342-
CMYK00.890.640.54
HSL343.43º80.15%25.69%-
HSV(B)343.43º88.98%46.27%-
XYZ8.034.312.6-
YUV47.7124.79178.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 13 (5.47% from 255) = 7.51%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=68.21%
G=7.51%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118134200.890.640.54343.4380.1525.69
Hex76D2A0594036157501a
Octal166155201311006652712032
Binary11101101101101010010110011000000110110101010111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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