#622342

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

Shades of Pompadour #622342

Tints of Pompadour #622342

Color information

#622342 (or 0x622342) is unknown color: approx Pompadour. HEX triplet: 62, 23 and 42. RGB value is (98,35,66). Sum of RGB (Red+Green+Blue) = 98+35+66=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #622342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622342 is #9DDCBD. Grayscale: #393939. Windows color (decimal): -10345662 or 4334434. OLE color: 4334434.

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

Color convert

RGB983566-
CMYK00.640.330.62
HSL330.48º47.37%26.08%-
HSV(B)330.48º64.29%38.43%-
XYZ6.624.195.61-
YUV57.37132.87156.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=49.25%
G=17.59%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98356600.640.330.62330.4847.3726.08
Hex622342040213E14a2f1a
Octal14243102010041765125732
Binary110001010001110000100100000010000111111010100101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622342; }

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

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

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

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

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

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

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

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