#622341

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

Shades of Pompadour #622341

Tints of Pompadour #622341

Color information

#622341 (or 0x622341) is unknown color: approx Pompadour. HEX triplet: 62, 23 and 41. RGB value is (98,35,65). Sum of RGB (Red+Green+Blue) = 98+35+65=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #622341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622341 is #9DDCBE. Grayscale: #393939. Windows color (decimal): -10345663 or 4268898. OLE color: 4268898.

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

Color convert

RGB983565-
CMYK00.640.340.62
HSL331.43º47.37%26.08%-
HSV(B)331.43º64.29%38.43%-
XYZ6.594.185.46-
YUV57.26132.37157.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 65 (25.78% from 255) = 32.83%
R=49.49%
G=17.68%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98356500.640.340.62331.4347.3726.08
Hex622341040223E14b2f1a
Octal14243101010042765135732
Binary110001010001110000010100000010001011111010100101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622341; }

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

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

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

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

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

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

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

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