#622242

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

Shades of Pompadour #622242

Tints of Pompadour #622242

Color information

#622242 (or 0x622242) is unknown color: approx Pompadour. HEX triplet: 62, 22 and 42. RGB value is (98,34,66). Sum of RGB (Red+Green+Blue) = 98+34+66=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #622242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622242 is #9DDDBD. Grayscale: #383838. Windows color (decimal): -10345918 or 4334178. OLE color: 4334178.

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

Color convert

RGB983466-
CMYK00.650.330.62
HSL330º48.48%25.88%-
HSV(B)330º65.31%38.43%-
XYZ6.594.135.6-
YUV56.78133.2157.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 66 (26.17% from 255) = 33.33%
R=49.49%
G=17.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98346600.650.330.6233048.4825.88
Hex622242041213E14a301a
Octal14242102010141765126032
Binary110001010001010000100100000110000111111010100101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622242; }

 p { color: rgb(98,34,66); }

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

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

 a { background-color: rgb(98,34,66); }

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

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

 span { border-color: rgb(98,34,66); }

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