#641541

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

Shades of Pompadour #641541

Tints of Pompadour #641541

Color information

#641541 (or 0x641541) is unknown color: approx Pompadour. HEX triplet: 64, 15 and 41. RGB value is (100,21,65). Sum of RGB (Red+Green+Blue) = 100+21+65=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #641541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641541 is #9BEABE. Grayscale: #313131. Windows color (decimal): -10218175 or 4265316. OLE color: 4265316.

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

Color convert

RGB1002165-
CMYK00.790.350.61
HSL326.58º65.29%23.73%-
HSV(B)326.58º79%39.22%-
XYZ6.483.635.36-
YUV49.64136.67163.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.76%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=53.76%
G=11.29%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100216500.790.350.61326.5865.2923.73
Hex64154104F233D1474118
Octal144251010117437550710130
Binary110010010101100000101001111100011111101101000111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641541; }

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

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

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

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

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

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

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

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