#642348

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

Shades of Pompadour #642348

Tints of Pompadour #642348

Color information

#642348 (or 0x642348) is unknown color: approx Pompadour. HEX triplet: 64, 23 and 48. RGB value is (100,35,72). Sum of RGB (Red+Green+Blue) = 100+35+72=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #642348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642348 is #9BDCB7. Grayscale: #3A3A3A. Windows color (decimal): -10214584 or 4727652. OLE color: 4727652.

HSL color Cylindrical-coordinate representation of color #642348: hue angle of 325.85º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #642348 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB1003572-
CMYK00.650.280.61
HSL325.85º48.15%26.47%-
HSV(B)325.85º65%39.22%-
XYZ7.034.386.61-
YUV58.65135.53157.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=48.31%
G=16.91%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100357200.650.280.61325.8548.1526.47
Hex6423480411C3D146301a
Octal14443110010134755066032
Binary11001001000111001000010000011110011110110100011011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642348; }

 p { color: rgb(100,35,72); }

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

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

 a { background-color: rgb(100,35,72); }

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

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

 span { border-color: rgb(100,35,72); }

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