#622146

Color #622146 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #622146

Tints of Pompadour #622146

Color information

#622146 (or 0x622146) is unknown color: approx Pompadour. HEX triplet: 62, 21 and 46. RGB value is (98,33,70). Sum of RGB (Red+Green+Blue) = 98+33+70=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #622146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622146 is #9DDEB9. Grayscale: #383838. Windows color (decimal): -10346170 or 4596066. OLE color: 4596066.

HSL color Cylindrical-coordinate representation of color #622146: hue angle of 325.85º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #622146 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB983370-
CMYK00.660.290.62
HSL325.85º49.62%25.69%-
HSV(B)325.85º66.33%38.43%-
XYZ6.694.136.24-
YUV56.65135.53157.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=48.76%
G=16.42%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98337000.660.290.62325.8549.6225.69
Hex6221460421D3E146321a
Octal14241106010235765066232
Binary11000101000011000110010000101110111111010100011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622146; }

 p { color: rgb(98,33,70); }

 H1.HeaderClassName
 {
   color: #622146;
 }
 .AnyTagClassName
 {
   color: #622146;
 }
</style>
background-color css

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

 a { background-color: rgb(98,33,70); }

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

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

 span { border-color: rgb(98,33,70); }

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