Html Css Color HEX #641840 Pompadour

📋 copy color: '#641840'

red 100 ◦ green 24 ◦ blue 64

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

Shades of Pompadour #641840

Tints of Pompadour #641840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

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

R = 53.19%
G = 12.77%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#641840 (or 0x641840) is known color: Pompadour. HEX triplet: 64, 18 and 40. RGB value is (100,24,64). Sum of RGB (Red+Green+Blue) = 100+24+64=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #641840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641840 is #9BE7BF. Grayscale: #333333. Windows color (decimal): -10217408 or 4200548. OLE color: 4200548.

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

Color convert

RGB 100 24 64 -
CMYK 0 0.76 0.36 0.61
HSL 328.42º 0.61% 0.24% -
HSV(B) 328.42º 0.76% 0.39% -
XYZ 6.51 3.73 5.23 -
YUV 51.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 100 24 64 0 0.76 0.36 0.61 328.42 0.61 0.24
Hex 64 18 40 0 4C 24 3D 148 3D 18
Octal 144 30 100 0 114 44 75 510 75 30
Binary 1100100 11000 1000000 0 1001100 100100 111101 101001000 111101 11000

Color Harmonies of #641840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641840

Black with #641840

Text Example


Text Example

White with #641840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641840; }

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

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

background-color css

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

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

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

border-color css

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

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

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