#75144C

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

Shades of Pompadour #75144C

Tints of Pompadour #75144C

Color information

#75144C (or 0x75144C) is unknown color: approx Pompadour. HEX triplet: 75, 14 and 4C. RGB value is (117,20,76). Sum of RGB (Red+Green+Blue) = 117+20+76=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75144C is #8AEBB3. Grayscale: #373737. Windows color (decimal): -9104308 or 4985973. OLE color: 4985973.

HSL color Cylindrical-coordinate representation of color #75144C: hue angle of 325.36º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75144C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1172076-
CMYK00.830.350.54
HSL325.36º70.8%26.86%-
HSV(B)325.36º82.91%45.88%-
XYZ8.894.87.3-
YUV55.39139.64171.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=54.93%
G=9.39%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117207600.830.350.54325.3670.826.86
Hex75144C0532336145471b
Octal165241140123436650510733
Binary111010110100100110001010011100011110110101000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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