#64234D

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

Shades of Pompadour #64234D

Tints of Pompadour #64234D

Color information

#64234D (or 0x64234D) is unknown color: approx Pompadour. HEX triplet: 64, 23 and 4D. RGB value is (100,35,77). Sum of RGB (Red+Green+Blue) = 100+35+77=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64234D is #9BDCB2. Grayscale: #3B3B3B. Windows color (decimal): -10214579 or 5055332. OLE color: 5055332.

HSL color Cylindrical-coordinate representation of color #64234D: hue angle of 321.23º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64234D is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB1003577-
CMYK00.650.230.61
HSL321.23º48.15%26.47%-
HSV(B)321.23º65%39.22%-
XYZ7.24.457.5-
YUV59.22138.03157.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=47.17%
G=16.51%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100357700.650.230.61321.2348.1526.47
Hex64234D041173D141301a
Octal14443115010127755016032
Binary11001001000111001101010000011011111110110100000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64234D; }

 p { color: rgb(100,35,77); }

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

<style>
 a { background-color: #64234D; }

 a { background-color: rgb(100,35,77); }

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

<style>
 span { border-color: #64234D; }

 span { border-color: rgb(100,35,77); }

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