#622949

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

Shades of Pompadour #622949

Tints of Pompadour #622949

Color information

#622949 (or 0x622949) is unknown color: approx Pompadour. HEX triplet: 62, 29 and 49. RGB value is (98,41,73). Sum of RGB (Red+Green+Blue) = 98+41+73=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #622949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622949 is #9DD6B6. Grayscale: #3D3D3D. Windows color (decimal): -10344119 or 4794722. OLE color: 4794722.

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

Color convert

RGB984173-
CMYK00.580.260.62
HSL326.32º41.01%27.25%-
HSV(B)326.32º58.16%38.43%-
XYZ7.034.666.83-
YUV61.69134.38153.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=46.23%
G=19.34%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98417300.580.260.62326.3241.0127.25
Hex62294903A1A3E146291b
Octal1425111107232765065133
Binary1100010101001100100101110101101011111010100011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622949; }

 p { color: rgb(98,41,73); }

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

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

 a { background-color: rgb(98,41,73); }

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

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

 span { border-color: rgb(98,41,73); }

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