#751040

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

Shades of Pompadour #751040

Tints of Pompadour #751040

Color information

#751040 (or 0x751040) is unknown color: approx Pompadour. HEX triplet: 75, 10 and 40. RGB value is (117,16,64). Sum of RGB (Red+Green+Blue) = 117+16+64=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #751040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751040 is #8AEFBF. Grayscale: #333333. Windows color (decimal): -9105344 or 4198517. OLE color: 4198517.

HSL color Cylindrical-coordinate representation of color #751040: hue angle of 331.49º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751040 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1171664-
CMYK00.860.450.54
HSL331.49º75.94%26.08%-
HSV(B)331.49º86.32%45.88%-
XYZ8.454.525.28-
YUV51.67134.96174.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=59.39%
G=8.12%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117166400.860.450.54331.4975.9426.08
Hex7510400562D3614b4c1a
Octal165201000126556651311432
Binary111010110000100000001010110101101110110101001011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751040; }

 p { color: rgb(117,16,64); }

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

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

 a { background-color: rgb(117,16,64); }

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

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

 span { border-color: rgb(117,16,64); }

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