#622D4F

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

Shades of Pompadour #622D4F

Tints of Pompadour #622D4F

Color information

#622D4F (or 0x622D4F) is unknown color: approx Pompadour. HEX triplet: 62, 2D and 4F. RGB value is (98,45,79). Sum of RGB (Red+Green+Blue) = 98+45+79=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #622D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622D4F is #9DD2B0. Grayscale: #404040. Windows color (decimal): -10343089 or 5188962. OLE color: 5188962.

HSL color Cylindrical-coordinate representation of color #622D4F: hue angle of 321.51º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #622D4F is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB984579-
CMYK00.540.190.62
HSL321.51º37.06%28.04%-
HSV(B)321.51º54.08%38.43%-
XYZ7.395.047.98-
YUV64.72136.06151.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=44.14%
G=20.27%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98457900.540.190.62321.5137.0628.04
Hex622D4F036133E142251c
Octal1425511706623765024534
Binary1100010101101100111101101101001111111010100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622D4F; }

 p { color: rgb(98,45,79); }

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

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

 a { background-color: rgb(98,45,79); }

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

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

 span { border-color: rgb(98,45,79); }

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