#751541

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

Shades of Pompadour #751541

Tints of Pompadour #751541

Color information

#751541 (or 0x751541) is unknown color: approx Pompadour. HEX triplet: 75, 15 and 41. RGB value is (117,21,65). Sum of RGB (Red+Green+Blue) = 117+21+65=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #751541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751541 is #8AEABE. Grayscale: #363636. Windows color (decimal): -9104063 or 4265333. OLE color: 4265333.

HSL color Cylindrical-coordinate representation of color #751541: hue angle of 332.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751541 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1172165-
CMYK00.820.440.54
HSL332.5º69.57%27.06%-
HSV(B)332.5º82.05%45.88%-
XYZ8.564.75.46-
YUV54.72133.8172.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=57.64%
G=10.34%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117216500.820.440.54332.569.5727.06
Hex7515410522C3614c461b
Octal165251010122546651410633
Binary111010110101100000101010010101100110110101001100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751541; }

 p { color: rgb(117,21,65); }

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

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

 a { background-color: rgb(117,21,65); }

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

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

 span { border-color: rgb(117,21,65); }

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