#64144B

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

Shades of Pompadour #64144B

Tints of Pompadour #64144B

Color information

#64144B (or 0x64144B) is unknown color: approx Pompadour. HEX triplet: 64, 14 and 4B. RGB value is (100,20,75). Sum of RGB (Red+Green+Blue) = 100+20+75=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64144B is #9BEBB4. Grayscale: #323232. Windows color (decimal): -10218421 or 4920420. OLE color: 4920420.

HSL color Cylindrical-coordinate representation of color #64144B: hue angle of 318.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64144B is Cyan = 0, Magento = 0.8, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB1002075-
CMYK00.80.250.61
HSL318.75º66.67%23.53%-
HSV(B)318.75º80%39.22%-
XYZ6.783.727.02-
YUV50.19142163.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.28%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=51.28%
G=10.26%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100207500.80.250.61318.7566.6723.53
Hex64144B050193D13f4318
Octal144241130120317547710330
Binary11001001010010010110101000011001111101100111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,20,75); }

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

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

 a { background-color: rgb(100,20,75); }

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

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

 span { border-color: rgb(100,20,75); }

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