#771348

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

Shades of Pompadour #771348

Tints of Pompadour #771348

Color information

#771348 (or 0x771348) is unknown color: approx Pompadour. HEX triplet: 77, 13 and 48. RGB value is (119,19,72). Sum of RGB (Red+Green+Blue) = 119+19+72=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #771348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771348 is #88ECB7. Grayscale: #363636. Windows color (decimal): -8973496 or 4723575. OLE color: 4723575.

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

Color convert

RGB1191972-
CMYK00.840.390.53
HSL328.2º72.46%27.06%-
HSV(B)328.2º84.03%46.67%-
XYZ9.014.866.59-
YUV54.94137.63173.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=56.67%
G=9.05%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119197200.840.390.53328.272.4627.06
Hex7713480542735148481b
Octal167231100124476551011033
Binary111011110011100100001010100100111110101101001000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771348; }

 p { color: rgb(119,19,72); }

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

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

 a { background-color: rgb(119,19,72); }

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

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

 span { border-color: rgb(119,19,72); }

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