Html Css Color HEX #641640 Pompadour

📋 copy color: '#641640'

red 100 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #641640

Tints of Pompadour #641640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.83%

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

R = 53.76%
G = 11.83%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#641640 (or 0x641640) is known color: Pompadour. HEX triplet: 64, 16 and 40. RGB value is (100,22,64). Sum of RGB (Red+Green+Blue) = 100+22+64=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #641640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641640 is #9BE9BF. Grayscale: #323232. Windows color (decimal): -10217920 or 4200036. OLE color: 4200036.

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

Color convert

RGB 100 22 64 -
CMYK 0 0.78 0.36 0.61
HSL 327.69º 0.64% 0.24% -
HSV(B) 327.69º 0.78% 0.39% -
XYZ 6.47 3.65 5.21 -
YUV 50.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 100 22 64 0 0.78 0.36 0.61 327.69 0.64 0.24
Hex 64 16 40 0 4E 24 3D 148 40 18
Octal 144 26 100 0 116 44 75 510 100 30
Binary 1100100 10110 1000000 0 1001110 100100 111101 101001000 1000000 11000

Color Harmonies of #641640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641640

Black with #641640

Text Example


Text Example

White with #641640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641640; }

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

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

background-color css

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

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

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

border-color css

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

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

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