Html Css Color HEX #642547 Pompadour

📋 copy color: '#642547'

red 100 ◦ green 37 ◦ blue 71

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

Shades of Pompadour #642547

Tints of Pompadour #642547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 48.08%
G = 17.79%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#642547 (or 0x642547) is known color: Pompadour. HEX triplet: 64, 25 and 47. RGB value is (100,37,71). Sum of RGB (Red+Green+Blue) = 100+37+71=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #642547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642547 is #9BDAB8. Grayscale: #3B3B3B. Windows color (decimal): -10214073 or 4662628. OLE color: 4662628.

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

Color convert

RGB 100 37 71 -
CMYK 0 0.63 0.29 0.61
HSL 327.62º 0.46% 0.27% -
HSV(B) 327.62º 0.63% 0.39% -
XYZ 7.05 4.49 6.46 -
YUV 59.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 100 37 71 0 0.63 0.29 0.61 327.62 0.46 0.27
Hex 64 25 47 0 3F 1D 3D 148 2E 1B
Octal 144 45 107 0 77 35 75 510 56 33
Binary 1100100 100101 1000111 0 111111 11101 111101 101001000 101110 11011

Color Harmonies of #642547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642547

Black with #642547

Text Example


Text Example

White with #642547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642547; }

 p { color: rgb(100,37,71); }

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

background-color css

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

 a { background-color: rgb(100,37,71); }

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

border-color css

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

 span { border-color: rgb(100,37,71); }

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