#751653

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

Shades of Pompadour #751653

Tints of Pompadour #751653

Color information

#751653 (or 0x751653) is unknown color: approx Pompadour. HEX triplet: 75, 16 and 53. RGB value is (117,22,83). Sum of RGB (Red+Green+Blue) = 117+22+83=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #751653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751653 is #8AE9AC. Grayscale: #393939. Windows color (decimal): -9103789 or 5445237. OLE color: 5445237.

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

Color convert

RGB1172283-
CMYK00.810.290.54
HSL321.47º68.35%27.25%-
HSV(B)321.47º81.2%45.88%-
XYZ9.184.988.66-
YUV57.36142.47170.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 22 (8.98% from 255) = 9.91%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=52.70%
G=9.91%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117228300.810.290.54321.4768.3527.25
Hex7516530511D36141441b
Octal165261230121356650110433
Binary11101011011010100110101000111101110110101000001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751653; }

 p { color: rgb(117,22,83); }

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

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

 a { background-color: rgb(117,22,83); }

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

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

 span { border-color: rgb(117,22,83); }

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