#64153E

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

Shades of Pompadour #64153E

Tints of Pompadour #64153E

Color information

#64153E (or 0x64153E) is unknown color: approx Pompadour. HEX triplet: 64, 15 and 3E. RGB value is (100,21,62). Sum of RGB (Red+Green+Blue) = 100+21+62=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64153E is #9BEAC1. Grayscale: #313131. Windows color (decimal): -10218178 or 4068708. OLE color: 4068708.

HSL color Cylindrical-coordinate representation of color #64153E: hue angle of 328.86º 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 #64153E is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB1002162-
CMYK00.790.380.61
HSL328.86º65.29%23.73%-
HSV(B)328.86º79%39.22%-
XYZ6.393.594.91-
YUV49.29135.17164.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.64%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=54.64%
G=11.48%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100216200.790.380.61328.8665.2923.73
Hex64153E04F263D1494118
Octal14425760117467551110130
Binary11001001010111111001001111100110111101101001001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64153E; }

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

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

<style>
 a { background-color: #64153E; }

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

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

<style>
 span { border-color: #64153E; }

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

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