Html Css Color HEX #642344 Pompadour

📋 copy color: '#642344'

red 100 ◦ green 35 ◦ blue 68

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

Shades of Pompadour #642344

Tints of Pompadour #642344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 49.26%
G = 17.24%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#642344 (or 0x642344) is known color: Pompadour. HEX triplet: 64, 23 and 44. RGB value is (100,35,68). Sum of RGB (Red+Green+Blue) = 100+35+68=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #642344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642344 is #9BDCBB. Grayscale: #3A3A3A. Windows color (decimal): -10214588 or 4465508. OLE color: 4465508.

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

Color convert

RGB 100 35 68 -
CMYK 0 0.65 0.32 0.61
HSL 329.54º 0.48% 0.26% -
HSV(B) 329.54º 0.65% 0.39% -
XYZ 6.9 4.33 5.94 -
YUV 58.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 100 35 68 0 0.65 0.32 0.61 329.54 0.48 0.26
Hex 64 23 44 0 41 20 3D 14A 30 1A
Octal 144 43 104 0 101 40 75 512 60 32
Binary 1100100 100011 1000100 0 1000001 100000 111101 101001010 110000 11010

Color Harmonies of #642344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642344

Black with #642344

Text Example


Text Example

White with #642344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642344; }

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

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

background-color css

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

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

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

border-color css

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

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

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