#750B1B

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

Shades of Burgundy #750B1B

Tints of Burgundy #750B1B

Color information

#750B1B (or 0x750B1B) is unknown color: approx Burgundy. HEX triplet: 75, 0B and 1B. RGB value is (117,11,27). Sum of RGB (Red+Green+Blue) = 117+11+27=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #750B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B1B is #8AF4E4. Grayscale: #2C2C2C. Windows color (decimal): -9106661 or 1772405. OLE color: 1772405.

HSL color Cylindrical-coordinate representation of color #750B1B: hue angle of 350.94º 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 #750B1B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1171127-
CMYK00.910.770.54
HSL350.94º82.81%25.1%-
HSV(B)350.94º90.6%45.88%-
XYZ7.654.11.42-
YUV44.52118.12179.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.48%
GREEN value IS 11 (4.69% from 255) = 7.10%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=75.48%
G=7.10%
B=17.42%

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
Decimal117112700.910.770.54350.9482.8125.1
Hex75B1B05B4D3615f5319
Octal165133301331156653712331
Binary1110101101111011010110111001101110110101011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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