Html Css Color HEX #642450 Pompadour

📋 copy color: '#642450'

red 100 ◦ green 36 ◦ blue 80

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

Shades of Pompadour #642450

Tints of Pompadour #642450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 46.3%
G = 16.67%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#642450 (or 0x642450) is known color: Pompadour. HEX triplet: 64, 24 and 50. RGB value is (100,36,80). Sum of RGB (Red+Green+Blue) = 100+36+80=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #642450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642450 is #9BDBAF. Grayscale: #3C3C3C. Windows color (decimal): -10214320 or 5252196. OLE color: 5252196.

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

Color convert

RGB 100 36 80 -
CMYK 0 0.64 0.2 0.61
HSL 318.75º 0.47% 0.27% -
HSV(B) 318.75º 0.64% 0.39% -
XYZ 7.33 4.55 8.08 -
YUV 60.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 100 36 80 0 0.64 0.2 0.61 318.75 0.47 0.27
Hex 64 24 50 0 40 14 3D 13F 2F 1B
Octal 144 44 120 0 100 24 75 477 57 33
Binary 1100100 100100 1010000 0 1000000 10100 111101 100111111 101111 11011

Color Harmonies of #642450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642450

Black with #642450

Text Example


Text Example

White with #642450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642450; }

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

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

background-color css

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

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

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

border-color css

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

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

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