#641746

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

Shades of Pompadour #641746

Tints of Pompadour #641746

Color information

#641746 (or 0x641746) is unknown color: approx Pompadour. HEX triplet: 64, 17 and 46. RGB value is (100,23,70). Sum of RGB (Red+Green+Blue) = 100+23+70=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #641746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641746 is #9BE8B9. Grayscale: #333333. Windows color (decimal): -10217658 or 4593508. OLE color: 4593508.

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

Color convert

RGB1002370-
CMYK00.770.300.61
HSL323.38º62.6%24.12%-
HSV(B)323.38º77%39.22%-
XYZ6.673.766.17-
YUV51.38138.51162.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.81%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=51.81%
G=11.92%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100237000.770.300.61323.3862.624.12
Hex64174604D1E3D1433f18
Octal14427106011536755037730
Binary1100100101111000110010011011111011110110100001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641746; }

 p { color: rgb(100,23,70); }

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

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

 a { background-color: rgb(100,23,70); }

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

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

 span { border-color: rgb(100,23,70); }

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