Html Css Color HEX #64304C Pompadour

📋 copy color: '#64304C'

red 100 ◦ green 48 ◦ blue 76

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

Shades of Pompadour #64304C

Tints of Pompadour #64304C

RGB

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

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

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

R = 44.64%
G = 21.43%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#64304C (or 0x64304C) is known color: Pompadour. HEX triplet: 64, 30 and 4C. RGB value is (100,48,76). Sum of RGB (Red+Green+Blue) = 100+48+76=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #64304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64304C is #9BCFB3. Grayscale: #424242. Windows color (decimal): -10211252 or 4993124. OLE color: 4993124.

HSL color Cylindrical-coordinate representation of color #64304C: hue angle of 327.69º 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 #64304C is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 48 76 -
CMYK 0 0.52 0.24 0.61
HSL 327.69º 0.35% 0.29% -
HSV(B) 327.69º 0.52% 0.39% -
XYZ 7.62 5.35 7.47 -
YUV 66.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 100 48 76 0 0.52 0.24 0.61 327.69 0.35 0.29
Hex 64 30 4C 0 34 18 3D 148 23 1D
Octal 144 60 114 0 64 30 75 510 43 35
Binary 1100100 110000 1001100 0 110100 11000 111101 101001000 100011 11101

Color Harmonies of #64304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64304C

Black with #64304C

Text Example


Text Example

White with #64304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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