Html Css Color HEX #642142 Pompadour

📋 copy color: '#642142'

red 100 ◦ green 33 ◦ blue 66

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

Shades of Pompadour #642142

Tints of Pompadour #642142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

 BLUE value IS 66 (26.17% from 255) = 33.17%

R = 50.25%
G = 16.58%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#642142 (or 0x642142) is known color: Pompadour. HEX triplet: 64, 21 and 42. RGB value is (100,33,66). Sum of RGB (Red+Green+Blue) = 100+33+66=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #642142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642142 is #9BDEBD. Grayscale: #383838. Windows color (decimal): -10215102 or 4333924. OLE color: 4333924.

HSL color Cylindrical-coordinate representation of color #642142: hue angle of 330.45º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642142 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 33 66 -
CMYK 0 0.67 0.34 0.61
HSL 330.45º 0.5% 0.26% -
HSV(B) 330.45º 0.67% 0.39% -
XYZ 6.78 4.19 5.61 -
YUV 56.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 100 33 66 0 0.67 0.34 0.61 330.45 0.5 0.26
Hex 64 21 42 0 43 22 3D 14A 32 1A
Octal 144 41 102 0 103 42 75 512 62 32
Binary 1100100 100001 1000010 0 1000011 100010 111101 101001010 110010 11010

Color Harmonies of #642142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642142

Black with #642142

Text Example


Text Example

White with #642142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642142; }

 p { color: rgb(100,33,66); }

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

background-color css

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

 a { background-color: rgb(100,33,66); }

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

border-color css

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

 span { border-color: rgb(100,33,66); }

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