#751349

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

Shades of Pompadour #751349

Tints of Pompadour #751349

Color information

#751349 (or 0x751349) is unknown color: approx Pompadour. HEX triplet: 75, 13 and 49. RGB value is (117,19,73). Sum of RGB (Red+Green+Blue) = 117+19+73=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #751349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751349 is #8AECB6. Grayscale: #363636. Windows color (decimal): -9104567 or 4789109. OLE color: 4789109.

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

Color convert

RGB1171973-
CMYK00.840.380.54
HSL326.94º72.06%26.67%-
HSV(B)326.94º83.76%45.88%-
XYZ8.774.736.75-
YUV54.46138.47172.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=55.98%
G=9.09%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117197300.840.380.54326.9472.0626.67
Hex7513490542636147481b
Octal165231110124466650711033
Binary111010110011100100101010100100110110110101000111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751349; }

 p { color: rgb(117,19,73); }

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

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

 a { background-color: rgb(117,19,73); }

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

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

 span { border-color: rgb(117,19,73); }

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