Html Css Color HEX #642F50 Pompadour

📋 copy color: '#642F50'

red 100 ◦ green 47 ◦ blue 80

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

Shades of Pompadour #642F50

Tints of Pompadour #642F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.7%

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

R = 44.05%
G = 20.7%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#642F50 (or 0x642F50) is known color: Pompadour. HEX triplet: 64, 2F and 50. RGB value is (100,47,80). Sum of RGB (Red+Green+Blue) = 100+47+80=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #642F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642F50 is #9BD0AF. Grayscale: #424242. Windows color (decimal): -10211504 or 5255012. OLE color: 5255012.

HSL color Cylindrical-coordinate representation of color #642F50: hue angle of 322.64º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #642F50 is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 47 80 -
CMYK 0 0.53 0.2 0.61
HSL 322.64º 0.36% 0.29% -
HSV(B) 322.64º 0.53% 0.39% -
XYZ 7.72 5.32 8.21 -
YUV 66.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 100 47 80 0 0.53 0.2 0.61 322.64 0.36 0.29
Hex 64 2F 50 0 35 14 3D 143 24 1D
Octal 144 57 120 0 65 24 75 503 44 35
Binary 1100100 101111 1010000 0 110101 10100 111101 101000011 100100 11101

Color Harmonies of #642F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F50

Black with #642F50

Text Example


Text Example

White with #642F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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