#622041

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

Shades of Pompadour #622041

Tints of Pompadour #622041

Color information

#622041 (or 0x622041) is unknown color: approx Pompadour. HEX triplet: 62, 20 and 41. RGB value is (98,32,65). Sum of RGB (Red+Green+Blue) = 98+32+65=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #622041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622041 is #9DDFBE. Grayscale: #373737. Windows color (decimal): -10346431 or 4268130. OLE color: 4268130.

HSL color Cylindrical-coordinate representation of color #622041: hue angle of 330º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622041 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB983265-
CMYK00.670.340.62
HSL330º50.77%25.49%-
HSV(B)330º67.35%38.43%-
XYZ6.514.015.43-
YUV55.5133.37158.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=50.26%
G=16.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98326500.670.340.6233050.7725.49
Hex622041043223E14a3319
Octal14240101010342765126331
Binary110001010000010000010100001110001011111010100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622041; }

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

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

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

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

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

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

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

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