Html Css Color HEX #64214C Pompadour

📋 copy color: '#64214C'

red 100 ◦ green 33 ◦ blue 76

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

Shades of Pompadour #64214C

Tints of Pompadour #64214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

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

R = 47.85%
G = 15.79%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#64214C (or 0x64214C) is known color: Pompadour. HEX triplet: 64, 21 and 4C. RGB value is (100,33,76). Sum of RGB (Red+Green+Blue) = 100+33+76=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64214C is #9BDEB3. Grayscale: #393939. Windows color (decimal): -10215092 or 4989284. OLE color: 4989284.

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

Color convert

RGB 100 33 76 -
CMYK 0 0.67 0.24 0.61
HSL 321.49º 0.5% 0.26% -
HSV(B) 321.49º 0.67% 0.39% -
XYZ 7.1 4.32 7.3 -
YUV 57.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 100 33 76 0 0.67 0.24 0.61 321.49 0.5 0.26
Hex 64 21 4C 0 43 18 3D 141 32 1A
Octal 144 41 114 0 103 30 75 501 62 32
Binary 1100100 100001 1001100 0 1000011 11000 111101 101000001 110010 11010

Color Harmonies of #64214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64214C

Black with #64214C

Text Example


Text Example

White with #64214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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