#75104D

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

Shades of Pompadour #75104D

Tints of Pompadour #75104D

Color information

#75104D (or 0x75104D) is unknown color: approx Pompadour. HEX triplet: 75, 10 and 4D. RGB value is (117,16,77). Sum of RGB (Red+Green+Blue) = 117+16+77=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75104D is #8AEFB2. Grayscale: #353535. Windows color (decimal): -9105331 or 5050485. OLE color: 5050485.

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

Color convert

RGB1171677-
CMYK00.860.340.54
HSL323.76º75.94%26.08%-
HSV(B)323.76º86.32%45.88%-
XYZ8.864.697.46-
YUV53.15141.46173.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=55.71%
G=7.62%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117167700.860.340.54323.7675.9426.08
Hex75104D05622361444c1a
Octal165201150126426650411432
Binary111010110000100110101010110100010110110101000100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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