Html Css Color HEX #64194A Pompadour

📋 copy color: '#64194A'

red 100 ◦ green 25 ◦ blue 74

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

Shades of Pompadour #64194A

Tints of Pompadour #64194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 50.25%
G = 12.56%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#64194A (or 0x64194A) is known color: Pompadour. HEX triplet: 64, 19 and 4A. RGB value is (100,25,74). Sum of RGB (Red+Green+Blue) = 100+25+74=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64194A is #9BE6B5. Grayscale: #343434. Windows color (decimal): -10217142 or 4856164. OLE color: 4856164.

HSL color Cylindrical-coordinate representation of color #64194A: hue angle of 320.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64194A is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 25 74 -
CMYK 0 0.75 0.26 0.61
HSL 320.8º 0.6% 0.25% -
HSV(B) 320.8º 0.75% 0.39% -
XYZ 6.84 3.9 6.87 -
YUV 53.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 100 25 74 0 0.75 0.26 0.61 320.8 0.6 0.25
Hex 64 19 4A 0 4B 1A 3D 141 3C 19
Octal 144 31 112 0 113 32 75 501 74 31
Binary 1100100 11001 1001010 0 1001011 11010 111101 101000001 111100 11001

Color Harmonies of #64194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64194A

Black with #64194A

Text Example


Text Example

White with #64194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64194A; }

 p { color: rgb(100,25,74); }

 H1.HeaderClassName
 {
   color: #64194A;
 }
 .AnyTagClassName
 {
   color: #64194A;
 }
</style>

background-color css

<style>
 a { background-color: #64194A; }

 a { background-color: rgb(100,25,74); }

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

border-color css

<style>
 span { border-color: #64194A; }

 span { border-color: rgb(100,25,74); }

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