#75134A

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

Shades of Pompadour #75134A

Tints of Pompadour #75134A

Color information

#75134A (or 0x75134A) is unknown color: approx Pompadour. HEX triplet: 75, 13 and 4A. RGB value is (117,19,74). Sum of RGB (Red+Green+Blue) = 117+19+74=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75134A is #8AECB5. Grayscale: #363636. Windows color (decimal): -9104566 or 4854645. OLE color: 4854645.

HSL color Cylindrical-coordinate representation of color #75134A: hue angle of 326.33º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75134A is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1171974-
CMYK00.840.370.54
HSL326.33º72.06%26.67%-
HSV(B)326.33º83.76%45.88%-
XYZ8.814.746.93-
YUV54.57138.97172.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=55.71%
G=9.05%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117197400.840.370.54326.3372.0626.67
Hex75134A0542536146481b
Octal165231120124456650611033
Binary111010110011100101001010100100101110110101000110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75134A; }

 p { color: rgb(117,19,74); }

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

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

 a { background-color: rgb(117,19,74); }

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

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

 span { border-color: rgb(117,19,74); }

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