#760B1B

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

Shades of Burgundy #760B1B

Tints of Burgundy #760B1B

Color information

#760B1B (or 0x760B1B) is unknown color: approx Burgundy. HEX triplet: 76, 0B and 1B. RGB value is (118,11,27). Sum of RGB (Red+Green+Blue) = 118+11+27=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #760B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B1B is #89F4E4. Grayscale: #2C2C2C. Windows color (decimal): -9041125 or 1772406. OLE color: 1772406.

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

Color convert

RGB1181127-
CMYK00.910.770.54
HSL351.03º82.95%25.29%-
HSV(B)351.03º90.68%46.27%-
XYZ7.794.171.43-
YUV44.82117.95180.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.64%
GREEN value IS 11 (4.69% from 255) = 7.05%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=75.64%
G=7.05%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118112700.910.770.54351.0382.9525.29
Hex76B1B05B4D3615f5319
Octal166133301331156653712331
Binary1110110101111011010110111001101110110101011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,11,27); }

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

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

 a { background-color: rgb(118,11,27); }

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

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

 span { border-color: rgb(118,11,27); }

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