Html Css Color HEX #642041 Pompadour

📋 copy color: '#642041'

red 100 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #642041

Tints of Pompadour #642041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.99%

R = 50.76%
G = 16.24%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#642041 (or 0x642041) is known color: Pompadour. HEX triplet: 64, 20 and 41. RGB value is (100,32,65). Sum of RGB (Red+Green+Blue) = 100+32+65=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #642041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642041 is #9BDFBE. Grayscale: #383838. Windows color (decimal): -10215359 or 4268132. OLE color: 4268132.

HSL color Cylindrical-coordinate representation of color #642041: hue angle of 330.88º 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 #642041 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 32 65 -
CMYK 0 0.68 0.35 0.61
HSL 330.88º 0.52% 0.26% -
HSV(B) 330.88º 0.68% 0.39% -
XYZ 6.73 4.12 5.44 -
YUV 56.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 100 32 65 0 0.68 0.35 0.61 330.88 0.52 0.26
Hex 64 20 41 0 44 23 3D 14B 34 1A
Octal 144 40 101 0 104 43 75 513 64 32
Binary 1100100 100000 1000001 0 1000100 100011 111101 101001011 110100 11010

Color Harmonies of #642041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642041

Black with #642041

Text Example


Text Example

White with #642041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642041; }

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

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

background-color css

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

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

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

border-color css

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

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

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