#622648

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

Shades of Pompadour #622648

Tints of Pompadour #622648

Color information

#622648 (or 0x622648) is unknown color: approx Pompadour. HEX triplet: 62, 26 and 48. RGB value is (98,38,72). Sum of RGB (Red+Green+Blue) = 98+38+72=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #622648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622648 is #9DD9B7. Grayscale: #3B3B3B. Windows color (decimal): -10344888 or 4728418. OLE color: 4728418.

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

Color convert

RGB983872-
CMYK00.610.270.62
HSL326º44.12%26.67%-
HSV(B)326º61.22%38.43%-
XYZ6.94.456.63-
YUV59.82134.88155.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=47.12%
G=18.27%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98387200.610.270.6232644.1226.67
Hex62264803D1B3E1462c1b
Octal1424611007533765065433
Binary1100010100110100100001111011101111111010100011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622648; }

 p { color: rgb(98,38,72); }

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

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

 a { background-color: rgb(98,38,72); }

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

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

 span { border-color: rgb(98,38,72); }

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