#651742

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

Shades of Pompadour #651742

Tints of Pompadour #651742

Color information

#651742 (or 0x651742) is unknown color: approx Pompadour. HEX triplet: 65, 17 and 42. RGB value is (101,23,66). Sum of RGB (Red+Green+Blue) = 101+23+66=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #651742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651742 is #9AE8BD. Grayscale: #333333. Windows color (decimal): -10152126 or 4331365. OLE color: 4331365.

HSL color Cylindrical-coordinate representation of color #651742: hue angle of 326.92º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651742 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB1012366-
CMYK00.770.350.60
HSL326.92º62.9%24.31%-
HSV(B)326.92º77.23%39.61%-
XYZ6.663.775.53-
YUV51.22136.34163.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=53.16%
G=12.11%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101236600.770.350.60326.9262.924.31
Hex65174204D233C1473f18
Octal14527102011543745077730
Binary11001011011110000100100110110001111110010100011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651742; }

 p { color: rgb(101,23,66); }

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

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

 a { background-color: rgb(101,23,66); }

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

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

 span { border-color: rgb(101,23,66); }

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