#64144A

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

Shades of Pompadour #64144A

Tints of Pompadour #64144A

Color information

#64144A (or 0x64144A) is unknown color: approx Pompadour. HEX triplet: 64, 14 and 4A. RGB value is (100,20,74). Sum of RGB (Red+Green+Blue) = 100+20+74=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #64144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64144A is #9BEBB5. Grayscale: #313131. Windows color (decimal): -10218422 or 4854884. OLE color: 4854884.

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

Color convert

RGB1002074-
CMYK00.80.260.61
HSL319.5º66.67%23.53%-
HSV(B)319.5º80%39.22%-
XYZ6.743.76.84-
YUV50.08141.5163.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.55%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=51.55%
G=10.31%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100207400.80.260.61319.566.6723.53
Hex64144A0501A3D1404318
Octal144241120120327550010330
Binary11001001010010010100101000011010111101101000000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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