#64154B

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

Shades of Pompadour #64154B

Tints of Pompadour #64154B

Color information

#64154B (or 0x64154B) is unknown color: approx Pompadour. HEX triplet: 64, 15 and 4B. RGB value is (100,21,75). Sum of RGB (Red+Green+Blue) = 100+21+75=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64154B is #9BEAB4. Grayscale: #323232. Windows color (decimal): -10218165 or 4920676. OLE color: 4920676.

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

Color convert

RGB1002175-
CMYK00.790.250.61
HSL318.99º65.29%23.73%-
HSV(B)318.99º79%39.22%-
XYZ6.793.757.02-
YUV50.78141.67163.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=51.02%
G=10.71%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100217500.790.250.61318.9965.2923.73
Hex64154B04F193D13f4118
Octal144251130117317547710130
Binary11001001010110010110100111111001111101100111111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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