#622346

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

Shades of Pompadour #622346

Tints of Pompadour #622346

Color information

#622346 (or 0x622346) is unknown color: approx Pompadour. HEX triplet: 62, 23 and 46. RGB value is (98,35,70). Sum of RGB (Red+Green+Blue) = 98+35+70=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #622346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622346 is #9DDCB9. Grayscale: #393939. Windows color (decimal): -10345658 or 4596578. OLE color: 4596578.

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

Color convert

RGB983570-
CMYK00.640.290.62
HSL326.67º47.37%26.08%-
HSV(B)326.67º64.29%38.43%-
XYZ6.744.246.26-
YUV57.83134.87156.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=48.28%
G=17.24%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98357000.640.290.62326.6747.3726.08
Hex6223460401D3E1472f1a
Octal14243106010035765075732
Binary11000101000111000110010000001110111111010100011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622346; }

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

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

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

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

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

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

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

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