#621347

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

Shades of Pompadour #621347

Tints of Pompadour #621347

Color information

#621347 (or 0x621347) is unknown color: approx Pompadour. HEX triplet: 62, 13 and 47. RGB value is (98,19,71). Sum of RGB (Red+Green+Blue) = 98+19+71=188 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.13% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 98 - color contains mainly: red. Hex color #621347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621347 is #9DECB8. Grayscale: #303030. Windows color (decimal): -10349753 or 4658018. OLE color: 4658018.

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

Color convert

RGB981971-
CMYK00.810.280.62
HSL320.51º67.52%22.94%-
HSV(B)320.51º80.61%38.43%-
XYZ6.413.526.3-
YUV48.55140.67163.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.13%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=52.13%
G=10.11%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98197100.810.280.62320.5167.5222.94
Hex6213470511C3E1414417
Octal142231070121347650110427
Binary11000101001110001110101000111100111110101000001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621347; }

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

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

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

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

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

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

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

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