Html Css Color HEX #642140 Pompadour

📋 copy color: '#642140'

red 100 ◦ green 33 ◦ blue 64

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

Shades of Pompadour #642140

Tints of Pompadour #642140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

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

R = 50.76%
G = 16.75%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#642140 (or 0x642140) is known color: Pompadour. HEX triplet: 64, 21 and 40. RGB value is (100,33,64). Sum of RGB (Red+Green+Blue) = 100+33+64=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #642140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642140 is #9BDEBF. Grayscale: #383838. Windows color (decimal): -10215104 or 4202852. OLE color: 4202852.

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

Color convert

RGB 100 33 64 -
CMYK 0 0.67 0.36 0.61
HSL 332.24º 0.5% 0.26% -
HSV(B) 332.24º 0.67% 0.39% -
XYZ 6.72 4.17 5.3 -
YUV 56.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 100 33 64 0 0.67 0.36 0.61 332.24 0.5 0.26
Hex 64 21 40 0 43 24 3D 14C 32 1A
Octal 144 41 100 0 103 44 75 514 62 32
Binary 1100100 100001 1000000 0 1000011 100100 111101 101001100 110010 11010

Color Harmonies of #642140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642140

Black with #642140

Text Example


Text Example

White with #642140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642140; }

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

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

background-color css

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

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

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

border-color css

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

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

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