#750B1C

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

Shades of Burgundy #750B1C

Tints of Burgundy #750B1C

Color information

#750B1C (or 0x750B1C) is unknown color: approx Burgundy. HEX triplet: 75, 0B and 1C. RGB value is (117,11,28). Sum of RGB (Red+Green+Blue) = 117+11+28=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #750B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B1C is #8AF4E3. Grayscale: #2C2C2C. Windows color (decimal): -9106660 or 1837941. OLE color: 1837941.

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

Color convert

RGB1171128-
CMYK00.910.760.54
HSL350.38º82.81%25.1%-
HSV(B)350.38º90.6%45.88%-
XYZ7.674.111.49-
YUV44.63118.62179.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75%
GREEN value IS 11 (4.69% from 255) = 7.05%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=75%
G=7.05%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117112800.910.760.54350.3882.8125.1
Hex75B1C05B4C3615e5319
Octal165133401331146653612331
Binary1110101101111100010110111001100110110101011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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