#75234A

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

Shades of Pompadour #75234A

Tints of Pompadour #75234A

Color information

#75234A (or 0x75234A) is unknown color: approx Pompadour. HEX triplet: 75, 23 and 4A. RGB value is (117,35,74). Sum of RGB (Red+Green+Blue) = 117+35+74=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75234A is #8ADCB5. Grayscale: #3F3F3F. Windows color (decimal): -9100470 or 4858741. OLE color: 4858741.

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

Color convert

RGB1173574-
CMYK00.700.370.54
HSL331.46º53.95%29.8%-
HSV(B)331.46º70.09%45.88%-
XYZ9.175.487.05-
YUV63.96133.67165.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=51.77%
G=15.49%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117357400.700.370.54331.4653.9529.8
Hex75234A046253614b361e
Octal16543112010645665136636
Binary111010110001110010100100011010010111011010100101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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