Html Css Color HEX #642C48 Pompadour

📋 copy color: '#642C48'

red 100 ◦ green 44 ◦ blue 72

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

Shades of Pompadour #642C48

Tints of Pompadour #642C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.37%

 BLUE value IS 72 (28.52% from 255) = 33.33%

R = 46.3%
G = 20.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#642C48 (or 0x642C48) is known color: Pompadour. HEX triplet: 64, 2C and 48. RGB value is (100,44,72). Sum of RGB (Red+Green+Blue) = 100+44+72=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #642C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C48 is #9BD3B7. Grayscale: #3F3F3F. Windows color (decimal): -10212280 or 4729956. OLE color: 4729956.

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

Color convert

RGB 100 44 72 -
CMYK 0 0.56 0.28 0.61
HSL 330º 0.39% 0.28% -
HSV(B) 330º 0.56% 0.39% -
XYZ 7.33 4.98 6.71 -
YUV 63.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 100 44 72 0 0.56 0.28 0.61 330 0.39 0.28
Hex 64 2C 48 0 38 1C 3D 14A 27 1C
Octal 144 54 110 0 70 34 75 512 47 34
Binary 1100100 101100 1001000 0 111000 11100 111101 101001010 100111 11100

Color Harmonies of #642C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642C48

Black with #642C48

Text Example


Text Example

White with #642C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642C48; }

 p { color: rgb(100,44,72); }

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

background-color css

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

 a { background-color: rgb(100,44,72); }

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

border-color css

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

 span { border-color: rgb(100,44,72); }

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