#641741

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

Shades of Pompadour #641741

Tints of Pompadour #641741

Color information

#641741 (or 0x641741) is unknown color: approx Pompadour. HEX triplet: 64, 17 and 41. RGB value is (100,23,65). Sum of RGB (Red+Green+Blue) = 100+23+65=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #641741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641741 is #9BE8BE. Grayscale: #323232. Windows color (decimal): -10217663 or 4265828. OLE color: 4265828.

HSL color Cylindrical-coordinate representation of color #641741: hue angle of 327.27º 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 #641741 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB1002365-
CMYK00.770.350.61
HSL327.27º62.6%24.12%-
HSV(B)327.27º77%39.22%-
XYZ6.523.75.37-
YUV50.81136.01163.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.19%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=53.19%
G=12.23%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100236500.770.350.61327.2762.624.12
Hex64174104D233D1473f18
Octal14427101011543755077730
Binary11001001011110000010100110110001111110110100011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641741; }

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

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

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

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

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

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

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

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