#750C2E

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

Shades of Burgundy #750C2E

Tints of Burgundy #750C2E

Color information

#750C2E (or 0x750C2E) is unknown color: approx Burgundy. HEX triplet: 75, 0C and 2E. RGB value is (117,12,46). Sum of RGB (Red+Green+Blue) = 117+12+46=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #750C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C2E is #8AF3D1. Grayscale: #2F2F2F. Windows color (decimal): -9106386 or 3017845. OLE color: 3017845.

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

Color convert

RGB1171246-
CMYK00.900.610.54
HSL340.57º81.4%25.29%-
HSV(B)340.57º89.74%45.88%-
XYZ7.964.242.98-
YUV47.27127.29177.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=66.86%
G=6.86%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117124600.900.610.54340.5781.425.29
Hex75C2E05A3D361555119
Octal16514560132756652512131
Binary1110101110010111001011010111101110110101010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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