#64173B

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

Shades of Pompadour #64173B

Tints of Pompadour #64173B

Color information

#64173B (or 0x64173B) is unknown color: approx Pompadour. HEX triplet: 64, 17 and 3B. RGB value is (100,23,59). Sum of RGB (Red+Green+Blue) = 100+23+59=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64173B is #9BE8C4. Grayscale: #323232. Windows color (decimal): -10217669 or 3872612. OLE color: 3872612.

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

Color convert

RGB1002359-
CMYK00.770.410.61
HSL331.95º62.6%24.12%-
HSV(B)331.95º77%39.22%-
XYZ6.353.644.51-
YUV50.13133.01163.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=54.95%
G=12.64%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100235900.770.410.61331.9562.624.12
Hex64173B04D293D14c3f18
Octal1442773011551755147730
Binary1100100101111110110100110110100111110110100110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64173B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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