Html Css Color HEX #642346 Pompadour

📋 copy color: '#642346'

red 100 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #642346

Tints of Pompadour #642346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 48.78%
G = 17.07%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#642346 (or 0x642346) is known color: Pompadour. HEX triplet: 64, 23 and 46. RGB value is (100,35,70). Sum of RGB (Red+Green+Blue) = 100+35+70=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #642346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642346 is #9BDCB9. Grayscale: #3A3A3A. Windows color (decimal): -10214586 or 4596580. OLE color: 4596580.

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

Color convert

RGB 100 35 70 -
CMYK 0 0.65 0.30 0.61
HSL 327.69º 0.48% 0.26% -
HSV(B) 327.69º 0.65% 0.39% -
XYZ 6.96 4.35 6.27 -
YUV 58.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 100 35 70 0 0.65 0.30 0.61 327.69 0.48 0.26
Hex 64 23 46 0 41 1E 3D 148 30 1A
Octal 144 43 106 0 101 36 75 510 60 32
Binary 1100100 100011 1000110 0 1000001 11110 111101 101001000 110000 11010

Color Harmonies of #642346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642346

Black with #642346

Text Example


Text Example

White with #642346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642346; }

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

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

background-color css

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

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

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

border-color css

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

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

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