#64174E

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

Shades of Pompadour #64174E

Tints of Pompadour #64174E

Color information

#64174E (or 0x64174E) is unknown color: approx Pompadour. HEX triplet: 64, 17 and 4E. RGB value is (100,23,78). Sum of RGB (Red+Green+Blue) = 100+23+78=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #64174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64174E is #9BE8B1. Grayscale: #343434. Windows color (decimal): -10217650 or 5117796. OLE color: 5117796.

HSL color Cylindrical-coordinate representation of color #64174E: hue angle of 317.14º 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 #64174E is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB1002378-
CMYK00.770.220.61
HSL317.14º62.6%24.12%-
HSV(B)317.14º77%39.22%-
XYZ6.943.877.59-
YUV52.29142.51162.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=49.75%
G=11.44%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100237800.770.220.61317.1462.624.12
Hex64174E04D163D13d3f18
Octal14427116011526754757730
Binary1100100101111001110010011011011011110110011110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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