#641D3F

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

Shades of Pompadour #641D3F

Tints of Pompadour #641D3F

Color information

#641D3F (or 0x641D3F) is unknown color: approx Pompadour. HEX triplet: 64, 1D and 3F. RGB value is (100,29,63). Sum of RGB (Red+Green+Blue) = 100+29+63=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #641D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641D3F is #9BE2C0. Grayscale: #363636. Windows color (decimal): -10216129 or 4136292. OLE color: 4136292.

HSL color Cylindrical-coordinate representation of color #641D3F: hue angle of 331.27º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #641D3F is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB1002963-
CMYK00.710.370.61
HSL331.27º55.04%25.29%-
HSV(B)331.27º71%39.22%-
XYZ6.593.955.12-
YUV54.1133.02160.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.08%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 63 (25% from 255) = 32.81%
R=52.08%
G=15.10%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100296300.710.370.61331.2755.0425.29
Hex641D3F047253D14b3719
Octal1443577010745755136731
Binary1100100111011111110100011110010111110110100101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641D3F; }

 p { color: rgb(100,29,63); }

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

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

 a { background-color: rgb(100,29,63); }

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

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

 span { border-color: rgb(100,29,63); }

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