#75104C

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

Shades of Pompadour #75104C

Tints of Pompadour #75104C

Color information

#75104C (or 0x75104C) is unknown color: approx Pompadour. HEX triplet: 75, 10 and 4C. RGB value is (117,16,76). Sum of RGB (Red+Green+Blue) = 117+16+76=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75104C is #8AEFB3. Grayscale: #343434. Windows color (decimal): -9105332 or 4984949. OLE color: 4984949.

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

Color convert

RGB1171676-
CMYK00.860.350.54
HSL324.36º75.94%26.08%-
HSV(B)324.36º86.32%45.88%-
XYZ8.834.677.27-
YUV53.04140.96173.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=55.98%
G=7.66%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117167600.860.350.54324.3675.9426.08
Hex75104C05623361444c1a
Octal165201140126436650411432
Binary111010110000100110001010110100011110110101000100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75104C; }

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

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

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

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

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

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

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

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