#761341

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

Shades of Pompadour #761341

Tints of Pompadour #761341

Color information

#761341 (or 0x761341) is unknown color: approx Pompadour. HEX triplet: 76, 13 and 41. RGB value is (118,19,65). Sum of RGB (Red+Green+Blue) = 118+19+65=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #761341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761341 is #89ECBE. Grayscale: #353535. Windows color (decimal): -9039039 or 4264822. OLE color: 4264822.

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

Color convert

RGB1181965-
CMYK00.840.450.54
HSL332.12º72.26%26.86%-
HSV(B)332.12º83.9%46.27%-
XYZ8.664.75.45-
YUV53.84134.3173.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=58.42%
G=9.41%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118196500.840.450.54332.1272.2626.86
Hex7613410542D3614c481b
Octal166231010124556651411033
Binary111011010011100000101010100101101110110101001100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761341; }

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

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

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

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

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

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

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

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