#641C3B

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

Shades of Pompadour #641C3B

Tints of Pompadour #641C3B

Color information

#641C3B (or 0x641C3B) is unknown color: approx Pompadour. HEX triplet: 64, 1C and 3B. RGB value is (100,28,59). Sum of RGB (Red+Green+Blue) = 100+28+59=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #641C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641C3B is #9BE3C4. Grayscale: #353535. Windows color (decimal): -10216389 or 3873892. OLE color: 3873892.

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

Color convert

RGB1002859-
CMYK00.720.410.61
HSL334.17º56.25%25.1%-
HSV(B)334.17º72%39.22%-
XYZ6.463.864.54-
YUV53.06131.35161.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.48%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=53.48%
G=14.97%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100285900.720.410.61334.1756.2525.1
Hex641C3B048293D14e3819
Octal1443473011051755167031
Binary1100100111001110110100100010100111110110100111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,28,59); }

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

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

 a { background-color: rgb(100,28,59); }

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

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

 span { border-color: rgb(100,28,59); }

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