Html Css Color HEX #641447 Pompadour

📋 copy color: '#641447'

red 100 ◦ green 20 ◦ blue 71

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

Shades of Pompadour #641447

Tints of Pompadour #641447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 52.36%
G = 10.47%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#641447 (or 0x641447) is known color: Pompadour. HEX triplet: 64, 14 and 47. RGB value is (100,20,71). Sum of RGB (Red+Green+Blue) = 100+20+71=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #641447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641447 is #9BEBB8. Grayscale: #313131. Windows color (decimal): -10218425 or 4658276. OLE color: 4658276.

HSL color Cylindrical-coordinate representation of color #641447: hue angle of 321.75º 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 #641447 is Cyan = 0, Magento = 0.8, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 20 71 -
CMYK 0 0.8 0.29 0.61
HSL 321.75º 0.67% 0.24% -
HSV(B) 321.75º 0.8% 0.39% -
XYZ 6.64 3.66 6.32 -
YUV 49.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 100 20 71 0 0.8 0.29 0.61 321.75 0.67 0.24
Hex 64 14 47 0 50 1D 3D 142 43 18
Octal 144 24 107 0 120 35 75 502 103 30
Binary 1100100 10100 1000111 0 1010000 11101 111101 101000010 1000011 11000

Color Harmonies of #641447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641447

Black with #641447

Text Example


Text Example

White with #641447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641447; }

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

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

background-color css

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

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

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

border-color css

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

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

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