#750C2F

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

Shades of Burgundy #750C2F

Tints of Burgundy #750C2F

Color information

#750C2F (or 0x750C2F) is unknown color: approx Burgundy. HEX triplet: 75, 0C and 2F. RGB value is (117,12,47). Sum of RGB (Red+Green+Blue) = 117+12+47=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #750C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C2F is #8AF3D0. Grayscale: #2F2F2F. Windows color (decimal): -9106385 or 3083381. OLE color: 3083381.

HSL color Cylindrical-coordinate representation of color #750C2F: hue angle of 340º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C2F is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1171247-
CMYK00.900.600.54
HSL340º81.4%25.29%-
HSV(B)340º89.74%45.88%-
XYZ7.984.253.09-
YUV47.38127.79177.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.48%
GREEN value IS 12 (5.08% from 255) = 6.82%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=66.48%
G=6.82%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117124700.900.600.5434081.425.29
Hex75C2F05A3C361545119
Octal16514570132746652412131
Binary1110101110010111101011010111100110110101010100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,12,47); }

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

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

 a { background-color: rgb(117,12,47); }

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

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

 span { border-color: rgb(117,12,47); }

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