#642546

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

Shades of Pompadour #642546

Tints of Pompadour #642546

Color information

#642546 (or 0x642546) is unknown color: approx Pompadour. HEX triplet: 64, 25 and 46. RGB value is (100,37,70). Sum of RGB (Red+Green+Blue) = 100+37+70=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #642546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642546 is #9BDAB9. Grayscale: #3B3B3B. Windows color (decimal): -10214074 or 4597092. OLE color: 4597092.

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

Color convert

RGB1003770-
CMYK00.630.300.61
HSL328.57º45.99%26.86%-
HSV(B)328.57º63%39.22%-
XYZ7.024.476.29-
YUV59.6133.87156.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=48.31%
G=17.87%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100377000.630.300.61328.5745.9926.86
Hex64254603F1E3D1492e1b
Octal1444510607736755115633
Binary1100100100101100011001111111111011110110100100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642546; }

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

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

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

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

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

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

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

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