Html Css Color HEX #64304D Pompadour

📋 copy color: '#64304D'

red 100 ◦ green 48 ◦ blue 77

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

Shades of Pompadour #64304D

Tints of Pompadour #64304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 44.44%
G = 21.33%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#64304D (or 0x64304D) is known color: Pompadour. HEX triplet: 64, 30 and 4D. RGB value is (100,48,77). Sum of RGB (Red+Green+Blue) = 100+48+77=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #64304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64304D is #9BCFB2. Grayscale: #424242. Windows color (decimal): -10211251 or 5058660. OLE color: 5058660.

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

Color convert

RGB 100 48 77 -
CMYK 0 0.52 0.23 0.61
HSL 326.54º 0.35% 0.29% -
HSV(B) 326.54º 0.52% 0.39% -
XYZ 7.65 5.36 7.65 -
YUV 66.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 100 48 77 0 0.52 0.23 0.61 326.54 0.35 0.29
Hex 64 30 4D 0 34 17 3D 147 23 1D
Octal 144 60 115 0 64 27 75 507 43 35
Binary 1100100 110000 1001101 0 110100 10111 111101 101000111 100011 11101

Color Harmonies of #64304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64304D

Black with #64304D

Text Example


Text Example

White with #64304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64304D;
 }
 .AnyTagClassName
 {
   color: #64304D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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