#622941

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

Shades of Pompadour #622941

Tints of Pompadour #622941

Color information

#622941 (or 0x622941) is unknown color: approx Pompadour. HEX triplet: 62, 29 and 41. RGB value is (98,41,65). Sum of RGB (Red+Green+Blue) = 98+41+65=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #622941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622941 is #9DD6BE. Grayscale: #3C3C3C. Windows color (decimal): -10344127 or 4270434. OLE color: 4270434.

HSL color Cylindrical-coordinate representation of color #622941: hue angle of 334.74º 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 #622941 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB984165-
CMYK00.580.340.62
HSL334.74º41.01%27.25%-
HSV(B)334.74º58.16%38.43%-
XYZ6.784.565.52-
YUV60.78130.38154.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=48.04%
G=20.10%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98416500.580.340.62334.7441.0127.25
Hex62294103A223E14f291b
Octal1425110107242765175133
Binary11000101010011000001011101010001011111010100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622941; }

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

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

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

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

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

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

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

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