#641846

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

Shades of Pompadour #641846

Tints of Pompadour #641846

Color information

#641846 (or 0x641846) is unknown color: approx Pompadour. HEX triplet: 64, 18 and 46. RGB value is (100,24,70). Sum of RGB (Red+Green+Blue) = 100+24+70=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #641846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641846 is #9BE7B9. Grayscale: #333333. Windows color (decimal): -10217402 or 4593764. OLE color: 4593764.

HSL color Cylindrical-coordinate representation of color #641846: hue angle of 323.68º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #641846 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB1002470-
CMYK00.760.300.61
HSL323.68º61.29%24.31%-
HSV(B)323.68º76%39.22%-
XYZ6.693.86.18-
YUV51.97138.18162.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.55%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=51.55%
G=12.37%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100247000.760.300.61323.6861.2924.31
Hex64184604C1E3D1443d18
Octal14430106011436755047530
Binary1100100110001000110010011001111011110110100010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641846; }

 p { color: rgb(100,24,70); }

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

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

 a { background-color: rgb(100,24,70); }

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

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

 span { border-color: rgb(100,24,70); }

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