Html Css Color HEX #642B47 Pompadour

📋 copy color: '#642B47'

red 100 ◦ green 43 ◦ blue 71

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

Shades of Pompadour #642B47

Tints of Pompadour #642B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.09%

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

R = 46.73%
G = 20.09%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#642B47 (or 0x642B47) is known color: Pompadour. HEX triplet: 64, 2B and 47. RGB value is (100,43,71). Sum of RGB (Red+Green+Blue) = 100+43+71=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #642B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B47 is #9BD4B8. Grayscale: #3F3F3F. Windows color (decimal): -10212537 or 4664164. OLE color: 4664164.

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

Color convert

RGB 100 43 71 -
CMYK 0 0.57 0.29 0.61
HSL 330.53º 0.4% 0.28% -
HSV(B) 330.53º 0.57% 0.39% -
XYZ 7.26 4.89 6.52 -
YUV 63.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 100 43 71 0 0.57 0.29 0.61 330.53 0.4 0.28
Hex 64 2B 47 0 39 1D 3D 14B 28 1C
Octal 144 53 107 0 71 35 75 513 50 34
Binary 1100100 101011 1000111 0 111001 11101 111101 101001011 101000 11100

Color Harmonies of #642B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642B47

Black with #642B47

Text Example


Text Example

White with #642B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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