Html Css Color HEX #641240 Pompadour

📋 copy color: '#641240'

red 100 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #641240

Tints of Pompadour #641240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 54.95%
G = 9.89%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#641240 (or 0x641240) is known color: Pompadour. HEX triplet: 64, 12 and 40. RGB value is (100,18,64). Sum of RGB (Red+Green+Blue) = 100+18+64=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #641240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641240 is #9BEDBF. Grayscale: #2F2F2F. Windows color (decimal): -10218944 or 4199012. OLE color: 4199012.

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

Color convert

RGB 100 18 64 -
CMYK 0 0.82 0.36 0.61
HSL 326.34º 0.69% 0.23% -
HSV(B) 326.34º 0.82% 0.39% -
XYZ 6.4 3.51 5.19 -
YUV 47.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 100 18 64 0 0.82 0.36 0.61 326.34 0.69 0.23
Hex 64 12 40 0 52 24 3D 146 45 17
Octal 144 22 100 0 122 44 75 506 105 27
Binary 1100100 10010 1000000 0 1010010 100100 111101 101000110 1000101 10111

Color Harmonies of #641240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641240

Black with #641240

Text Example


Text Example

White with #641240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641240; }

 p { color: rgb(100,18,64); }

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

background-color css

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

 a { background-color: rgb(100,18,64); }

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

border-color css

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

 span { border-color: rgb(100,18,64); }

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