#751845

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

Shades of Pompadour #751845

Tints of Pompadour #751845

Color information

#751845 (or 0x751845) is unknown color: approx Pompadour. HEX triplet: 75, 18 and 45. RGB value is (117,24,69). Sum of RGB (Red+Green+Blue) = 117+24+69=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #751845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751845 is #8AE7BA. Grayscale: #383838. Windows color (decimal): -9103291 or 4528245. OLE color: 4528245.

HSL color Cylindrical-coordinate representation of color #751845: hue angle of 330.97º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751845 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1172469-
CMYK00.790.410.54
HSL330.97º65.96%27.65%-
HSV(B)330.97º79.49%45.88%-
XYZ8.744.866.11-
YUV56.94134.81170.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=55.71%
G=11.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117246900.790.410.54330.9765.9627.65
Hex75184504F293614b421c
Octal165301050117516651310234
Binary111010111000100010101001111101001110110101001011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751845; }

 p { color: rgb(117,24,69); }

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

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

 a { background-color: rgb(117,24,69); }

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

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

 span { border-color: rgb(117,24,69); }

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