#761348

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

Shades of Pompadour #761348

Tints of Pompadour #761348

Color information

#761348 (or 0x761348) is unknown color: approx Pompadour. HEX triplet: 76, 13 and 48. RGB value is (118,19,72). Sum of RGB (Red+Green+Blue) = 118+19+72=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #761348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761348 is #89ECB7. Grayscale: #363636. Windows color (decimal): -9039032 or 4723574. OLE color: 4723574.

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

Color convert

RGB1181972-
CMYK00.840.390.54
HSL327.88º72.26%26.86%-
HSV(B)327.88º83.9%46.27%-
XYZ8.874.796.59-
YUV54.64137.8173.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=56.46%
G=9.09%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118197200.840.390.54327.8872.2626.86
Hex7613480542736148481b
Octal166231100124476651011033
Binary111011010011100100001010100100111110110101001000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761348; }

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

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

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

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

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

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

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

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