Html Css Color HEX #642446 Pompadour

📋 copy color: '#642446'

red 100 ◦ green 36 ◦ blue 70

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

Shades of Pompadour #642446

Tints of Pompadour #642446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

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

R = 48.54%
G = 17.48%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#642446 (or 0x642446) is known color: Pompadour. HEX triplet: 64, 24 and 46. RGB value is (100,36,70). Sum of RGB (Red+Green+Blue) = 100+36+70=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #642446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642446 is #9BDBB9. Grayscale: #3A3A3A. Windows color (decimal): -10214330 or 4596836. OLE color: 4596836.

HSL color Cylindrical-coordinate representation of color #642446: hue angle of 328.12º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #642446 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 36 70 -
CMYK 0 0.64 0.30 0.61
HSL 328.13º 0.47% 0.27% -
HSV(B) 328.13º 0.64% 0.39% -
XYZ 6.99 4.41 6.28 -
YUV 59.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 100 36 70 0 0.64 0.30 0.61 328.13 0.47 0.27
Hex 64 24 46 0 40 1E 3D 148 2F 1B
Octal 144 44 106 0 100 36 75 510 57 33
Binary 1100100 100100 1000110 0 1000000 11110 111101 101001000 101111 11011

Color Harmonies of #642446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642446

Black with #642446

Text Example


Text Example

White with #642446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642446; }

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

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

background-color css

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

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

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

border-color css

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

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

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