#751047

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

Shades of Pompadour #751047

Tints of Pompadour #751047

Color information

#751047 (or 0x751047) is unknown color: approx Pompadour. HEX triplet: 75, 10 and 47. RGB value is (117,16,71). Sum of RGB (Red+Green+Blue) = 117+16+71=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #751047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751047 is #8AEFB8. Grayscale: #343434. Windows color (decimal): -9105337 or 4657269. OLE color: 4657269.

HSL color Cylindrical-coordinate representation of color #751047: hue angle of 327.33º 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 #751047 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1171671-
CMYK00.860.390.54
HSL327.33º75.94%26.08%-
HSV(B)327.33º86.32%45.88%-
XYZ8.664.616.39-
YUV52.47138.46174.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=57.35%
G=7.84%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117167100.860.390.54327.3375.9426.08
Hex75104705627361474c1a
Octal165201070126476650711432
Binary111010110000100011101010110100111110110101000111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751047; }

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

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

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

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

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

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

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

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