#751D42

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

Shades of Pompadour #751D42

Tints of Pompadour #751D42

Color information

#751D42 (or 0x751D42) is unknown color: approx Pompadour. HEX triplet: 75, 1D and 42. RGB value is (117,29,66). Sum of RGB (Red+Green+Blue) = 117+29+66=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #751D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D42 is #8AE2BD. Grayscale: #3B3B3B. Windows color (decimal): -9102014 or 4332917. OLE color: 4332917.

HSL color Cylindrical-coordinate representation of color #751D42: hue angle of 334.77º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D42 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1172966-
CMYK00.750.440.54
HSL334.77º60.27%28.63%-
HSV(B)334.77º75.21%45.88%-
XYZ8.765.055.67-
YUV59.53131.65168.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 29 (11.72% from 255) = 13.68%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=55.19%
G=13.68%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117296600.750.440.54334.7760.2728.63
Hex751D4204B2C3614f3c1d
Octal16535102011354665177435
Binary11101011110110000100100101110110011011010100111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751D42; }

 p { color: rgb(117,29,66); }

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

<style>
 a { background-color: #751D42; }

 a { background-color: rgb(117,29,66); }

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

<style>
 span { border-color: #751D42; }

 span { border-color: rgb(117,29,66); }

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