#641342

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

Shades of Pompadour #641342

Tints of Pompadour #641342

Color information

#641342 (or 0x641342) is unknown color: approx Pompadour. HEX triplet: 64, 13 and 42. RGB value is (100,19,66). Sum of RGB (Red+Green+Blue) = 100+19+66=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #641342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641342 is #9BECBD. Grayscale: #303030. Windows color (decimal): -10218686 or 4330340. OLE color: 4330340.

HSL color Cylindrical-coordinate representation of color #641342: hue angle of 325.19º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641342 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB1001966-
CMYK00.810.340.61
HSL325.19º68.07%23.33%-
HSV(B)325.19º81%39.22%-
XYZ6.473.575.5-
YUV48.58137.84164.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=54.05%
G=10.27%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100196600.810.340.61325.1968.0723.33
Hex641342051223D1454417
Octal144231020121427550510427
Binary110010010011100001001010001100010111101101000101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641342; }

 p { color: rgb(100,19,66); }

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

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

 a { background-color: rgb(100,19,66); }

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

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

 span { border-color: rgb(100,19,66); }

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