#760026

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

Shades of Burgundy #760026

Tints of Burgundy #760026

Color information

#760026 (or 0x760026) is unknown color: approx Burgundy. HEX triplet: 76, 00 and 26. RGB value is (118,0,38). Sum of RGB (Red+Green+Blue) = 118+0+38=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #760026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760026 is #89FFD9. Grayscale: #272727. Windows color (decimal): -9043930 or 2490486. OLE color: 2490486.

HSL color Cylindrical-coordinate representation of color #760026: hue angle of 340.68º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760026 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB118038-
CMYK010.680.54
HSL340.68º100%23.14%-
HSV(B)340.68º100%46.27%-
XYZ7.823.992.19-
YUV39.61127.09183.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=75.64%
G=0%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118038010.680.54340.6810023.14
Hex7602606444361556417
Octal16604601441046652514427
Binary11101100100110011001001000100110110101010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760026; }

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

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

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

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

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

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

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

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