#64163F

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

Shades of Pompadour #64163F

Tints of Pompadour #64163F

Color information

#64163F (or 0x64163F) is unknown color: approx Pompadour. HEX triplet: 64, 16 and 3F. RGB value is (100,22,63). Sum of RGB (Red+Green+Blue) = 100+22+63=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #64163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64163F is #9BE9C0. Grayscale: #313131. Windows color (decimal): -10217921 or 4134500. OLE color: 4134500.

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

Color convert

RGB1002263-
CMYK00.780.370.61
HSL328.46º63.93%23.92%-
HSV(B)328.46º78%39.22%-
XYZ6.443.645.07-
YUV50135.34163.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 63 (25% from 255) = 34.05%
R=54.05%
G=11.89%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100226300.780.370.61328.4663.9323.92
Hex64163F04E253D1484018
Octal14426770116457551010030
Binary11001001011011111101001110100101111101101001000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64163F; }

 p { color: rgb(100,22,63); }

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

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

 a { background-color: rgb(100,22,63); }

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

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

 span { border-color: rgb(100,22,63); }

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