Html Css Color HEX #642947 Pompadour

📋 copy color: '#642947'

red 100 ◦ green 41 ◦ blue 71

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

Shades of Pompadour #642947

Tints of Pompadour #642947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

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

R = 47.17%
G = 19.34%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#642947 (or 0x642947) is known color: Pompadour. HEX triplet: 64, 29 and 47. RGB value is (100,41,71). Sum of RGB (Red+Green+Blue) = 100+41+71=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #642947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642947 is #9BD6B8. Grayscale: #3E3E3E. Windows color (decimal): -10213049 or 4663652. OLE color: 4663652.

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

Color convert

RGB 100 41 71 -
CMYK 0 0.59 0.29 0.61
HSL 329.49º 0.42% 0.28% -
HSV(B) 329.49º 0.59% 0.39% -
XYZ 7.19 4.75 6.5 -
YUV 62.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 100 41 71 0 0.59 0.29 0.61 329.49 0.42 0.28
Hex 64 29 47 0 3B 1D 3D 149 2A 1C
Octal 144 51 107 0 73 35 75 511 52 34
Binary 1100100 101001 1000111 0 111011 11101 111101 101001001 101010 11100

Color Harmonies of #642947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642947

Black with #642947

Text Example


Text Example

White with #642947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642947; }

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

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

background-color css

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

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

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

border-color css

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

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

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