#75234D

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

Shades of Pompadour #75234D

Tints of Pompadour #75234D

Color information

#75234D (or 0x75234D) is unknown color: approx Pompadour. HEX triplet: 75, 23 and 4D. RGB value is (117,35,77). Sum of RGB (Red+Green+Blue) = 117+35+77=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75234D is #8ADCB2. Grayscale: #404040. Windows color (decimal): -9100467 or 5055349. OLE color: 5055349.

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

Color convert

RGB1173577-
CMYK00.700.340.54
HSL329.27º53.95%29.8%-
HSV(B)329.27º70.09%45.88%-
XYZ9.285.527.6-
YUV64.31135.17165.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=51.09%
G=15.28%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117357700.700.340.54329.2753.9529.8
Hex75234D0462236149361e
Octal16543115010642665116636
Binary111010110001110011010100011010001011011010100100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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