Html Css Color HEX #642440 Pompadour

📋 copy color: '#642440'

red 100 ◦ green 36 ◦ blue 64

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

Shades of Pompadour #642440

Tints of Pompadour #642440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18%

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

R = 50%
G = 18%
B = 32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#642440 (or 0x642440) is known color: Pompadour. HEX triplet: 64, 24 and 40. RGB value is (100,36,64). Sum of RGB (Red+Green+Blue) = 100+36+64=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #642440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642440 is #9BDBBF. Grayscale: #3A3A3A. Windows color (decimal): -10214336 or 4203620. OLE color: 4203620.

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

Color convert

RGB 100 36 64 -
CMYK 0 0.64 0.36 0.61
HSL 333.75º 0.47% 0.27% -
HSV(B) 333.75º 0.64% 0.39% -
XYZ 6.81 4.34 5.33 -
YUV 58.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 100 36 64 0 0.64 0.36 0.61 333.75 0.47 0.27
Hex 64 24 40 0 40 24 3D 14E 2F 1B
Octal 144 44 100 0 100 44 75 516 57 33
Binary 1100100 100100 1000000 0 1000000 100100 111101 101001110 101111 11011

Color Harmonies of #642440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642440

Black with #642440

Text Example


Text Example

White with #642440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642440; }

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

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

background-color css

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

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

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

border-color css

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

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

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