Html Css Color HEX #641540 Pompadour

📋 copy color: '#641540'

red 100 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #641540

Tints of Pompadour #641540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

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

R = 54.05%
G = 11.35%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#641540 (or 0x641540) is known color: Pompadour. HEX triplet: 64, 15 and 40. RGB value is (100,21,64). Sum of RGB (Red+Green+Blue) = 100+21+64=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #641540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641540 is #9BEABF. Grayscale: #313131. Windows color (decimal): -10218176 or 4199780. OLE color: 4199780.

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

Color convert

RGB 100 21 64 -
CMYK 0 0.79 0.36 0.61
HSL 327.34º 0.65% 0.24% -
HSV(B) 327.34º 0.79% 0.39% -
XYZ 6.45 3.62 5.21 -
YUV 49.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 100 21 64 0 0.79 0.36 0.61 327.34 0.65 0.24
Hex 64 15 40 0 4F 24 3D 147 41 18
Octal 144 25 100 0 117 44 75 507 101 30
Binary 1100100 10101 1000000 0 1001111 100100 111101 101000111 1000001 11000

Color Harmonies of #641540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641540

Black with #641540

Text Example


Text Example

White with #641540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641540; }

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

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

background-color css

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

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

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

border-color css

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

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

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