Html Css Color HEX #642047 Pompadour

📋 copy color: '#642047'

red 100 ◦ green 32 ◦ blue 71

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

Shades of Pompadour #642047

Tints of Pompadour #642047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

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

R = 49.26%
G = 15.76%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#642047 (or 0x642047) is known color: Pompadour. HEX triplet: 64, 20 and 47. RGB value is (100,32,71). Sum of RGB (Red+Green+Blue) = 100+32+71=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #642047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642047 is #9BDFB8. Grayscale: #383838. Windows color (decimal): -10215353 or 4661348. OLE color: 4661348.

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

Color convert

RGB 100 32 71 -
CMYK 0 0.68 0.29 0.61
HSL 325.59º 0.52% 0.26% -
HSV(B) 325.59º 0.68% 0.39% -
XYZ 6.91 4.2 6.41 -
YUV 56.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 100 32 71 0 0.68 0.29 0.61 325.59 0.52 0.26
Hex 64 20 47 0 44 1D 3D 146 34 1A
Octal 144 40 107 0 104 35 75 506 64 32
Binary 1100100 100000 1000111 0 1000100 11101 111101 101000110 110100 11010

Color Harmonies of #642047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642047

Black with #642047

Text Example


Text Example

White with #642047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642047; }

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

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

background-color css

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

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

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

border-color css

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

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

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