#75214B

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

Shades of Pompadour #75214B

Tints of Pompadour #75214B

Color information

#75214B (or 0x75214B) is unknown color: approx Pompadour. HEX triplet: 75, 21 and 4B. RGB value is (117,33,75). Sum of RGB (Red+Green+Blue) = 117+33+75=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75214B is #8ADEB4. Grayscale: #3E3E3E. Windows color (decimal): -9100981 or 4923765. OLE color: 4923765.

HSL color Cylindrical-coordinate representation of color #75214B: hue angle of 330º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75214B is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1173375-
CMYK00.720.360.54
HSL330º56%29.41%-
HSV(B)330º71.79%45.88%-
XYZ9.155.387.21-
YUV62.9134.83166.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=52%
G=14.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117337500.720.360.543305629.41
Hex75214B048243614a381d
Octal16541113011044665127035
Binary111010110000110010110100100010010011011010100101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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