#621339

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

Shades of Pompadour #621339

Tints of Pompadour #621339

Color information

#621339 (or 0x621339) is unknown color: approx Pompadour. HEX triplet: 62, 13 and 39. RGB value is (98,19,57). Sum of RGB (Red+Green+Blue) = 98+19+57=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #621339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621339 is #9DECC6. Grayscale: #2E2E2E. Windows color (decimal): -10349767 or 3740514. OLE color: 3740514.

HSL color Cylindrical-coordinate representation of color #621339: hue angle of 331.14º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621339 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB981957-
CMYK00.810.420.62
HSL331.14º67.52%22.94%-
HSV(B)331.14º80.61%38.43%-
XYZ6.013.364.2-
YUV46.95133.67164.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 57 (22.66% from 255) = 32.76%
R=56.32%
G=10.92%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98195700.810.420.62331.1467.5222.94
Hex6213390512A3E14b4417
Octal14223710121527651310427
Binary11000101001111100101010001101010111110101001011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621339; }

 p { color: rgb(98,19,57); }

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

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

 a { background-color: rgb(98,19,57); }

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

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

 span { border-color: rgb(98,19,57); }

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