#750A2E

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

Shades of Burgundy #750A2E

Tints of Burgundy #750A2E

Color information

#750A2E (or 0x750A2E) is unknown color: approx Burgundy. HEX triplet: 75, 0A and 2E. RGB value is (117,10,46). Sum of RGB (Red+Green+Blue) = 117+10+46=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #750A2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A2E is #8AF5D1. Grayscale: #2E2E2E. Windows color (decimal): -9106898 or 3017333. OLE color: 3017333.

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

Color convert

RGB1171046-
CMYK00.910.610.54
HSL339.81º84.25%24.9%-
HSV(B)339.81º91.45%45.88%-
XYZ7.944.22.98-
YUV46.1127.95178.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 10 (4.30% from 255) = 5.78%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=67.63%
G=5.78%
B=26.59%

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
Decimal117104600.910.610.54339.8184.2524.9
Hex75A2E05B3D361545419
Octal16512560133756652412431
Binary1110101101010111001011011111101110110101010100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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