#760A26

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

Shades of Burgundy #760A26

Tints of Burgundy #760A26

Color information

#760A26 (or 0x760A26) is unknown color: approx Burgundy. HEX triplet: 76, 0A and 26. RGB value is (118,10,38). Sum of RGB (Red+Green+Blue) = 118+10+38=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #760A26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A26 is #89F5D9. Grayscale: #2D2D2D. Windows color (decimal): -9041370 or 2493046. OLE color: 2493046.

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

Color convert

RGB1181038-
CMYK00.920.680.54
HSL344.44º84.38%25.1%-
HSV(B)344.44º91.53%46.27%-
XYZ7.934.212.23-
YUV45.48123.78179.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=71.08%
G=6.02%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118103800.920.680.54344.4484.3825.1
Hex76A2605C44361585419
Octal166124601341046653012431
Binary11101101010100110010111001000100110110101011000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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