Html Css Color HEX #642744 Pompadour

📋 copy color: '#642744'

red 100 ◦ green 39 ◦ blue 68

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

Shades of Pompadour #642744

Tints of Pompadour #642744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.84%

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 48.31%
G = 18.84%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#642744 (or 0x642744) is known color: Pompadour. HEX triplet: 64, 27 and 44. RGB value is (100,39,68). Sum of RGB (Red+Green+Blue) = 100+39+68=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #642744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642744 is #9BD8BB. Grayscale: #3C3C3C. Windows color (decimal): -10213564 or 4466532. OLE color: 4466532.

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

Color convert

RGB 100 39 68 -
CMYK 0 0.61 0.32 0.61
HSL 331.48º 0.44% 0.27% -
HSV(B) 331.48º 0.61% 0.39% -
XYZ 7.02 4.58 5.98 -
YUV 60.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 100 39 68 0 0.61 0.32 0.61 331.48 0.44 0.27
Hex 64 27 44 0 3D 20 3D 14B 2C 1B
Octal 144 47 104 0 75 40 75 513 54 33
Binary 1100100 100111 1000100 0 111101 100000 111101 101001011 101100 11011

Color Harmonies of #642744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642744

Black with #642744

Text Example


Text Example

White with #642744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642744; }

 p { color: rgb(100,39,68); }

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

background-color css

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

 a { background-color: rgb(100,39,68); }

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

border-color css

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

 span { border-color: rgb(100,39,68); }

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