#622C4F

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

Shades of Pompadour #622C4F

Tints of Pompadour #622C4F

Color information

#622C4F (or 0x622C4F) is unknown color: approx Pompadour. HEX triplet: 62, 2C and 4F. RGB value is (98,44,79). Sum of RGB (Red+Green+Blue) = 98+44+79=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #622C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C4F is #9DD3B0. Grayscale: #404040. Windows color (decimal): -10343345 or 5188706. OLE color: 5188706.

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

Color convert

RGB984479-
CMYK00.550.190.62
HSL321.11º38.03%27.84%-
HSV(B)321.11º55.1%38.43%-
XYZ7.354.967.97-
YUV64.14136.39152.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=44.34%
G=19.91%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98447900.550.190.62321.1138.0327.84
Hex622C4F037133E141261c
Octal1425411706723765014634
Binary1100010101100100111101101111001111111010100000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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