#751840

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

Shades of Pompadour #751840

Tints of Pompadour #751840

Color information

#751840 (or 0x751840) is unknown color: approx Pompadour. HEX triplet: 75, 18 and 40. RGB value is (117,24,64). Sum of RGB (Red+Green+Blue) = 117+24+64=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #751840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751840 is #8AE7BF. Grayscale: #383838. Windows color (decimal): -9103296 or 4200565. OLE color: 4200565.

HSL color Cylindrical-coordinate representation of color #751840: hue angle of 334.19º 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 #751840 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1172464-
CMYK00.790.450.54
HSL334.19º65.96%27.65%-
HSV(B)334.19º79.49%45.88%-
XYZ8.594.815.33-
YUV56.37132.31171.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=57.07%
G=11.71%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117246400.790.450.54334.1965.9627.65
Hex75184004F2D3614e421c
Octal165301000117556651610234
Binary111010111000100000001001111101101110110101001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751840; }

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

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

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

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

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

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

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

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