#750A2A

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

Shades of Burgundy #750A2A

Tints of Burgundy #750A2A

Color information

#750A2A (or 0x750A2A) is unknown color: approx Burgundy. HEX triplet: 75, 0A and 2A. RGB value is (117,10,42). Sum of RGB (Red+Green+Blue) = 117+10+42=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #750A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A2A is #8AF5D5. Grayscale: #2D2D2D. Windows color (decimal): -9106902 or 2755189. OLE color: 2755189.

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

Color convert

RGB1171042-
CMYK00.910.640.54
HSL342.06º84.25%24.9%-
HSV(B)342.06º91.45%45.88%-
XYZ7.864.172.58-
YUV45.64125.95178.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 10 (4.30% from 255) = 5.92%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=69.23%
G=5.92%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117104200.910.640.54342.0684.2524.9
Hex75A2A05B40361565419
Octal165125201331006652612431
Binary11101011010101010010110111000000110110101010110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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