Html Css Color HEX #642640 Pompadour

📋 copy color: '#642640'

red 100 ◦ green 38 ◦ blue 64

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

Shades of Pompadour #642640

Tints of Pompadour #642640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

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

R = 49.5%
G = 18.81%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#642640 (or 0x642640) is known color: Pompadour. HEX triplet: 64, 26 and 40. RGB value is (100,38,64). Sum of RGB (Red+Green+Blue) = 100+38+64=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #642640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642640 is #9BD9BF. Grayscale: #3B3B3B. Windows color (decimal): -10213824 or 4204132. OLE color: 4204132.

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

Color convert

RGB 100 38 64 -
CMYK 0 0.62 0.36 0.61
HSL 334.84º 0.45% 0.27% -
HSV(B) 334.84º 0.62% 0.39% -
XYZ 6.87 4.47 5.35 -
YUV 59.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 100 38 64 0 0.62 0.36 0.61 334.84 0.45 0.27
Hex 64 26 40 0 3E 24 3D 14F 2D 1B
Octal 144 46 100 0 76 44 75 517 55 33
Binary 1100100 100110 1000000 0 111110 100100 111101 101001111 101101 11011

Color Harmonies of #642640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642640

Black with #642640

Text Example


Text Example

White with #642640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642640; }

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

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

background-color css

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

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

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

border-color css

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

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

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