#761351

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

Shades of Pompadour #761351

Tints of Pompadour #761351

Color information

#761351 (or 0x761351) is unknown color: approx Pompadour. HEX triplet: 76, 13 and 51. RGB value is (118,19,81). Sum of RGB (Red+Green+Blue) = 118+19+81=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #761351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761351 is #89ECAE. Grayscale: #373737. Windows color (decimal): -9039023 or 5313398. OLE color: 5313398.

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

Color convert

RGB1181981-
CMYK00.840.310.54
HSL322.42º72.26%26.86%-
HSV(B)322.42º83.9%46.27%-
XYZ9.194.918.25-
YUV55.67142.3172.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=54.13%
G=8.72%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118198100.840.310.54322.4272.2626.86
Hex7613510541F36142481b
Octal166231210124376650211033
Binary11101101001110100010101010011111110110101000010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761351; }

 p { color: rgb(118,19,81); }

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

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

 a { background-color: rgb(118,19,81); }

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

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

 span { border-color: rgb(118,19,81); }

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