#64174F

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

Shades of Pompadour #64174F

Tints of Pompadour #64174F

Color information

#64174F (or 0x64174F) is unknown color: approx Pompadour. HEX triplet: 64, 17 and 4F. RGB value is (100,23,79). Sum of RGB (Red+Green+Blue) = 100+23+79=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #64174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64174F is #9BE8B0. Grayscale: #343434. Windows color (decimal): -10217649 or 5183332. OLE color: 5183332.

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

Color convert

RGB1002379-
CMYK00.770.210.61
HSL316.36º62.6%24.12%-
HSV(B)316.36º77%39.22%-
XYZ6.973.897.78-
YUV52.41143.01161.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.50%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=49.50%
G=11.39%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100237900.770.210.61316.3662.624.12
Hex64174F04D153D13c3f18
Octal14427117011525754747730
Binary1100100101111001111010011011010111110110011110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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