Html Css Color HEX #641446 Pompadour

📋 copy color: '#641446'

red 100 ◦ green 20 ◦ blue 70

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

Shades of Pompadour #641446

Tints of Pompadour #641446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 52.63%
G = 10.53%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#641446 (or 0x641446) is known color: Pompadour. HEX triplet: 64, 14 and 46. RGB value is (100,20,70). Sum of RGB (Red+Green+Blue) = 100+20+70=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #641446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641446 is #9BEBB9. Grayscale: #313131. Windows color (decimal): -10218426 or 4592740. OLE color: 4592740.

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

Color convert

RGB 100 20 70 -
CMYK 0 0.8 0.30 0.61
HSL 322.5º 0.67% 0.24% -
HSV(B) 322.5º 0.8% 0.39% -
XYZ 6.61 3.65 6.15 -
YUV 49.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 100 20 70 0 0.8 0.30 0.61 322.5 0.67 0.24
Hex 64 14 46 0 50 1E 3D 142 43 18
Octal 144 24 106 0 120 36 75 502 103 30
Binary 1100100 10100 1000110 0 1010000 11110 111101 101000010 1000011 11000

Color Harmonies of #641446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641446

Black with #641446

Text Example


Text Example

White with #641446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641446; }

 p { color: rgb(100,20,70); }

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

background-color css

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

 a { background-color: rgb(100,20,70); }

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

border-color css

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

 span { border-color: rgb(100,20,70); }

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