Html Css Color HEX #642347 Pompadour

📋 copy color: '#642347'

red 100 ◦ green 35 ◦ blue 71

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

Shades of Pompadour #642347

Tints of Pompadour #642347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.99%

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

R = 48.54%
G = 16.99%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#642347 (or 0x642347) is known color: Pompadour. HEX triplet: 64, 23 and 47. RGB value is (100,35,71). Sum of RGB (Red+Green+Blue) = 100+35+71=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #642347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642347 is #9BDCB8. Grayscale: #3A3A3A. Windows color (decimal): -10214585 or 4662116. OLE color: 4662116.

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

Color convert

RGB 100 35 71 -
CMYK 0 0.65 0.29 0.61
HSL 326.77º 0.48% 0.26% -
HSV(B) 326.77º 0.65% 0.39% -
XYZ 6.99 4.37 6.44 -
YUV 58.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 100 35 71 0 0.65 0.29 0.61 326.77 0.48 0.26
Hex 64 23 47 0 41 1D 3D 147 30 1A
Octal 144 43 107 0 101 35 75 507 60 32
Binary 1100100 100011 1000111 0 1000001 11101 111101 101000111 110000 11010

Color Harmonies of #642347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642347

Black with #642347

Text Example


Text Example

White with #642347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642347; }

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

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

background-color css

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

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

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

border-color css

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

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

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