#75214A

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

Shades of Pompadour #75214A

Tints of Pompadour #75214A

Color information

#75214A (or 0x75214A) is unknown color: approx Pompadour. HEX triplet: 75, 21 and 4A. RGB value is (117,33,74). Sum of RGB (Red+Green+Blue) = 117+33+74=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #75214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75214A is #8ADEB5. Grayscale: #3E3E3E. Windows color (decimal): -9100982 or 4858229. OLE color: 4858229.

HSL color Cylindrical-coordinate representation of color #75214A: hue angle of 330.71º 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 #75214A is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1173374-
CMYK00.720.370.54
HSL330.71º56%29.41%-
HSV(B)330.71º71.79%45.88%-
XYZ9.125.367.03-
YUV62.79134.33166.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=52.23%
G=14.73%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117337400.720.370.54330.715629.41
Hex75214A048253614b381d
Octal16541112011045665137035
Binary111010110000110010100100100010010111011010100101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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