#641D3C

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

Shades of Pompadour #641D3C

Tints of Pompadour #641D3C

Color information

#641D3C (or 0x641D3C) is unknown color: approx Pompadour. HEX triplet: 64, 1D and 3C. RGB value is (100,29,60). Sum of RGB (Red+Green+Blue) = 100+29+60=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #641D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641D3C is #9BE2C3. Grayscale: #353535. Windows color (decimal): -10216132 or 3939684. OLE color: 3939684.

HSL color Cylindrical-coordinate representation of color #641D3C: hue angle of 333.8º 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 #641D3C is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1002960-
CMYK00.710.40.61
HSL333.8º55.04%25.29%-
HSV(B)333.8º71%39.22%-
XYZ6.513.914.69-
YUV53.76131.52160.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.91%
GREEN value IS 29 (11.72% from 255) = 15.34%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=52.91%
G=15.34%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100296000.710.40.61333.855.0425.29
Hex641D3C047283D14e3719
Octal1443574010750755166731
Binary1100100111011111000100011110100011110110100111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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