Html Css Color HEX #64294B Pompadour

📋 copy color: '#64294B'

red 100 ◦ green 41 ◦ blue 75

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

Shades of Pompadour #64294B

Tints of Pompadour #64294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 46.3%
G = 18.98%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64294B (or 0x64294B) is known color: Pompadour. HEX triplet: 64, 29 and 4B. RGB value is (100,41,75). Sum of RGB (Red+Green+Blue) = 100+41+75=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #64294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64294B is #9BD6B4. Grayscale: #3E3E3E. Windows color (decimal): -10213045 or 4925796. OLE color: 4925796.

HSL color Cylindrical-coordinate representation of color #64294B: hue angle of 325.42º 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 #64294B is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 41 75 -
CMYK 0 0.59 0.25 0.61
HSL 325.42º 0.42% 0.28% -
HSV(B) 325.42º 0.59% 0.39% -
XYZ 7.32 4.8 7.2 -
YUV 62.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 100 41 75 0 0.59 0.25 0.61 325.42 0.42 0.28
Hex 64 29 4B 0 3B 19 3D 145 2A 1C
Octal 144 51 113 0 73 31 75 505 52 34
Binary 1100100 101001 1001011 0 111011 11001 111101 101000101 101010 11100

Color Harmonies of #64294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64294B

Black with #64294B

Text Example


Text Example

White with #64294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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