#64173A

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

Shades of Pompadour #64173A

Tints of Pompadour #64173A

Color information

#64173A (or 0x64173A) is unknown color: approx Pompadour. HEX triplet: 64, 17 and 3A. RGB value is (100,23,58). Sum of RGB (Red+Green+Blue) = 100+23+58=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #64173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64173A is #9BE8C5. Grayscale: #313131. Windows color (decimal): -10217670 or 3807076. OLE color: 3807076.

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

Color convert

RGB1002358-
CMYK00.770.420.61
HSL332.73º62.6%24.12%-
HSV(B)332.73º77%39.22%-
XYZ6.333.634.37-
YUV50.01132.51163.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.25%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=55.25%
G=12.71%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100235800.770.420.61332.7362.624.12
Hex64173A04D2A3D14d3f18
Octal1442772011552755157730
Binary1100100101111110100100110110101011110110100110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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