#622141

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

Shades of Pompadour #622141

Tints of Pompadour #622141

Color information

#622141 (or 0x622141) is unknown color: approx Pompadour. HEX triplet: 62, 21 and 41. RGB value is (98,33,65). Sum of RGB (Red+Green+Blue) = 98+33+65=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #622141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622141 is #9DDEBE. Grayscale: #383838. Windows color (decimal): -10346175 or 4268386. OLE color: 4268386.

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

Color convert

RGB983365-
CMYK00.660.340.62
HSL330.46º49.62%25.69%-
HSV(B)330.46º66.33%38.43%-
XYZ6.534.075.44-
YUV56.08133.03157.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=50%
G=16.84%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98336500.660.340.62330.4649.6225.69
Hex622141042223E14a321a
Octal14241101010242765126232
Binary110001010000110000010100001010001011111010100101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622141; }

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

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

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

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

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

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

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

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