#761543

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

Shades of Pompadour #761543

Tints of Pompadour #761543

Color information

#761543 (or 0x761543) is unknown color: approx Pompadour. HEX triplet: 76, 15 and 43. RGB value is (118,21,67). Sum of RGB (Red+Green+Blue) = 118+21+67=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #761543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761543 is #89EABC. Grayscale: #373737. Windows color (decimal): -9038525 or 4396406. OLE color: 4396406.

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

Color convert

RGB1182167-
CMYK00.820.430.54
HSL331.55º69.78%27.25%-
HSV(B)331.55º82.2%46.27%-
XYZ8.754.795.77-
YUV55.25134.64172.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=57.28%
G=10.19%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118216700.820.430.54331.5569.7827.25
Hex7615430522B3614c461b
Octal166251030122536651410633
Binary111011010101100001101010010101011110110101001100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761543; }

 p { color: rgb(118,21,67); }

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

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

 a { background-color: rgb(118,21,67); }

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

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

 span { border-color: rgb(118,21,67); }

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