#750B2E

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

Shades of Burgundy #750B2E

Tints of Burgundy #750B2E

Color information

#750B2E (or 0x750B2E) is unknown color: approx Burgundy. HEX triplet: 75, 0B and 2E. RGB value is (117,11,46). Sum of RGB (Red+Green+Blue) = 117+11+46=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #750B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B2E is #8AF4D1. Grayscale: #2E2E2E. Windows color (decimal): -9106642 or 3017589. OLE color: 3017589.

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

Color convert

RGB1171146-
CMYK00.910.610.54
HSL340.19º82.81%25.1%-
HSV(B)340.19º90.6%45.88%-
XYZ7.954.222.98-
YUV46.68127.62178.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 11 (4.69% from 255) = 6.32%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=67.24%
G=6.32%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117114600.910.610.54340.1982.8125.1
Hex75B2E05B3D361545319
Octal16513560133756652412331
Binary1110101101110111001011011111101110110101010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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