Html Css Color HEX #64294C Pompadour

📋 copy color: '#64294C'

red 100 ◦ green 41 ◦ blue 76

#64294C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #64294C

Tints of Pompadour #64294C

RGB

 RED value IS 100 (39.45% from 255) = 46.08%

 GREEN value IS 41 (16.41% from 255) = 18.89%

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 46.08%
G = 18.89%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#64294C (or 0x64294C) is known color: Pompadour. HEX triplet: 64, 29 and 4C. RGB value is (100,41,76). Sum of RGB (Red+Green+Blue) = 100+41+76=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #64294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64294C is #9BD6B3. Grayscale: #3E3E3E. Windows color (decimal): -10213044 or 4991332. OLE color: 4991332.

HSL color Cylindrical-coordinate representation of color #64294C: hue angle of 324.41º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64294C is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 41 76 -
CMYK 0 0.59 0.24 0.61
HSL 324.41º 0.42% 0.28% -
HSV(B) 324.41º 0.59% 0.39% -
XYZ 7.35 4.82 7.38 -
YUV 62.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 100 41 76 0 0.59 0.24 0.61 324.41 0.42 0.28
Hex 64 29 4C 0 3B 18 3D 144 2A 1C
Octal 144 51 114 0 73 30 75 504 52 34
Binary 1100100 101001 1001100 0 111011 11000 111101 101000100 101010 11100

Color Harmonies of #64294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64294C

Black with #64294C

Text Example


Text Example

White with #64294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64294C; }

 p { color: rgb(100,41,76); }

 H1.HeaderClassName
 {
   color: #64294C;
 }
 .AnyTagClassName
 {
   color: #64294C;
 }
</style>

background-color css

<style>
 a { background-color: #64294C; }

 a { background-color: rgb(100,41,76); }

 div.DivClassName
 {
   background-color: #64294C;
 }
 .BgClassName
 {
   background-color: #64294C;
 }
</style>

border-color css

<style>
 span { border-color: #64294C; }

 span { border-color: rgb(100,41,76); }

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