#64174A

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

Shades of Pompadour #64174A

Tints of Pompadour #64174A

Color information

#64174A (or 0x64174A) is unknown color: approx Pompadour. HEX triplet: 64, 17 and 4A. RGB value is (100,23,74). Sum of RGB (Red+Green+Blue) = 100+23+74=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64174A is #9BE8B5. Grayscale: #333333. Windows color (decimal): -10217654 or 4855652. OLE color: 4855652.

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

Color convert

RGB1002374-
CMYK00.770.260.61
HSL320.26º62.6%24.12%-
HSV(B)320.26º77%39.22%-
XYZ6.83.826.86-
YUV51.84140.51162.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.76%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=50.76%
G=11.68%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100237400.770.260.61320.2662.624.12
Hex64174A04D1A3D1403f18
Octal14427112011532755007730
Binary1100100101111001010010011011101011110110100000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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