Html Css Color HEX #642246 Pompadour

📋 copy color: '#642246'

red 100 ◦ green 34 ◦ blue 70

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

Shades of Pompadour #642246

Tints of Pompadour #642246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 49.02%
G = 16.67%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#642246 (or 0x642246) is known color: Pompadour. HEX triplet: 64, 22 and 46. RGB value is (100,34,70). Sum of RGB (Red+Green+Blue) = 100+34+70=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #642246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642246 is #9BDDB9. Grayscale: #393939. Windows color (decimal): -10214842 or 4596324. OLE color: 4596324.

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

Color convert

RGB 100 34 70 -
CMYK 0 0.66 0.30 0.61
HSL 327.27º 0.49% 0.26% -
HSV(B) 327.27º 0.66% 0.39% -
XYZ 6.93 4.3 6.26 -
YUV 57.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 100 34 70 0 0.66 0.30 0.61 327.27 0.49 0.26
Hex 64 22 46 0 42 1E 3D 147 31 1A
Octal 144 42 106 0 102 36 75 507 61 32
Binary 1100100 100010 1000110 0 1000010 11110 111101 101000111 110001 11010

Color Harmonies of #642246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642246

Black with #642246

Text Example


Text Example

White with #642246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642246; }

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

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

background-color css

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

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

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

border-color css

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

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

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