#641F4F

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

Shades of Pompadour #641F4F

Tints of Pompadour #641F4F

Color information

#641F4F (or 0x641F4F) is unknown color: approx Pompadour. HEX triplet: 64, 1F and 4F. RGB value is (100,31,79). Sum of RGB (Red+Green+Blue) = 100+31+79=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #641F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641F4F is #9BE0B0. Grayscale: #383838. Windows color (decimal): -10215601 or 5185380. OLE color: 5185380.

HSL color Cylindrical-coordinate representation of color #641F4F: hue angle of 318.26º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #641F4F is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB1003179-
CMYK00.690.210.61
HSL318.26º52.67%25.69%-
HSV(B)318.26º69%39.22%-
XYZ7.164.257.84-
YUV57.1140.36158.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=47.62%
G=14.76%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100317900.690.210.61318.2652.6725.69
Hex641F4F045153D13e351a
Octal14437117010525754766532
Binary1100100111111001111010001011010111110110011111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,31,79); }

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

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

 a { background-color: rgb(100,31,79); }

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

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

 span { border-color: rgb(100,31,79); }

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