Html Css Color HEX #641F4D Pompadour

📋 copy color: '#641F4D'

red 100 ◦ green 31 ◦ blue 77

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

Shades of Pompadour #641F4D

Tints of Pompadour #641F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.9%

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

R = 48.08%
G = 14.9%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#641F4D (or 0x641F4D) is known color: Pompadour. HEX triplet: 64, 1F and 4D. RGB value is (100,31,77). Sum of RGB (Red+Green+Blue) = 100+31+77=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #641F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641F4D is #9BE0B2. Grayscale: #383838. Windows color (decimal): -10215603 or 5054308. OLE color: 5054308.

HSL color Cylindrical-coordinate representation of color #641F4D: hue angle of 320º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #641F4D is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 31 77 -
CMYK 0 0.69 0.23 0.61
HSL 320º 0.53% 0.26% -
HSV(B) 320º 0.69% 0.39% -
XYZ 7.09 4.23 7.46 -
YUV 56.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 100 31 77 0 0.69 0.23 0.61 320 0.53 0.26
Hex 64 1F 4D 0 45 17 3D 140 35 1A
Octal 144 37 115 0 105 27 75 500 65 32
Binary 1100100 11111 1001101 0 1000101 10111 111101 101000000 110101 11010

Color Harmonies of #641F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641F4D

Black with #641F4D

Text Example


Text Example

White with #641F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641F4D; }

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

 H1.HeaderClassName
 {
   color: #641F4D;
 }
 .AnyTagClassName
 {
   color: #641F4D;
 }
</style>

background-color css

<style>
 a { background-color: #641F4D; }

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

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

border-color css

<style>
 span { border-color: #641F4D; }

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

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