#751943

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

Shades of Pompadour #751943

Tints of Pompadour #751943

Color information

#751943 (or 0x751943) is unknown color: approx Pompadour. HEX triplet: 75, 19 and 43. RGB value is (117,25,67). Sum of RGB (Red+Green+Blue) = 117+25+67=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #751943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751943 is #8AE6BC. Grayscale: #393939. Windows color (decimal): -9103037 or 4397429. OLE color: 4397429.

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

Color convert

RGB1172567-
CMYK00.790.430.54
HSL332.61º64.79%27.84%-
HSV(B)332.61º78.63%45.88%-
XYZ8.74.885.79-
YUV57.3133.48170.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 67 (26.56% from 255) = 32.06%
R=55.98%
G=11.96%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117256700.790.430.54332.6164.7927.84
Hex75194304F2B3614d411c
Octal165311030117536651510134
Binary111010111001100001101001111101011110110101001101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751943; }

 p { color: rgb(117,25,67); }

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

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

 a { background-color: rgb(117,25,67); }

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

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

 span { border-color: rgb(117,25,67); }

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