#641641

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

Shades of Pompadour #641641

Tints of Pompadour #641641

Color information

#641641 (or 0x641641) is unknown color: approx Pompadour. HEX triplet: 64, 16 and 41. RGB value is (100,22,65). Sum of RGB (Red+Green+Blue) = 100+22+65=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #641641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641641 is #9BE9BE. Grayscale: #323232. Windows color (decimal): -10217919 or 4265572. OLE color: 4265572.

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

Color convert

RGB1002265-
CMYK00.780.350.61
HSL326.92º63.93%23.92%-
HSV(B)326.92º78%39.22%-
XYZ6.53.665.37-
YUV50.22136.34163.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.48%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=53.48%
G=11.76%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100226500.780.350.61326.9263.9323.92
Hex64164104E233D1474018
Octal144261010116437550710030
Binary110010010110100000101001110100011111101101000111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641641; }

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

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

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

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

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

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

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

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