#75234B

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

Shades of Pompadour #75234B

Tints of Pompadour #75234B

Color information

#75234B (or 0x75234B) is unknown color: approx Pompadour. HEX triplet: 75, 23 and 4B. RGB value is (117,35,75). Sum of RGB (Red+Green+Blue) = 117+35+75=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75234B is #8ADCB4. Grayscale: #404040. Windows color (decimal): -9100469 or 4924277. OLE color: 4924277.

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

Color convert

RGB1173575-
CMYK00.700.360.54
HSL330.73º53.95%29.8%-
HSV(B)330.73º70.09%45.88%-
XYZ9.215.497.23-
YUV64.08134.17165.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=51.54%
G=15.42%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117357500.700.360.54330.7353.9529.8
Hex75234B046243614b361e
Octal16543113010644665136636
Binary111010110001110010110100011010010011011010100101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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