#761841

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

Shades of Pompadour #761841

Tints of Pompadour #761841

Color information

#761841 (or 0x761841) is unknown color: approx Pompadour. HEX triplet: 76, 18 and 41. RGB value is (118,24,65). Sum of RGB (Red+Green+Blue) = 118+24+65=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761841 is #89E7BE. Grayscale: #383838. Windows color (decimal): -9037759 or 4266102. OLE color: 4266102.

HSL color Cylindrical-coordinate representation of color #761841: hue angle of 333.83º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761841 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1182465-
CMYK00.800.450.54
HSL333.83º66.2%27.84%-
HSV(B)333.83º79.66%46.27%-
XYZ8.754.895.48-
YUV56.78132.64171.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=57.00%
G=11.59%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118246500.800.450.54333.8366.227.84
Hex7618410502D3614e421c
Octal166301010120556651610234
Binary111011011000100000101010000101101110110101001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761841; }

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

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

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

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

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

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

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

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