#621442

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

Shades of Pompadour #621442

Tints of Pompadour #621442

Color information

#621442 (or 0x621442) is unknown color: approx Pompadour. HEX triplet: 62, 14 and 42. RGB value is (98,20,66). Sum of RGB (Red+Green+Blue) = 98+20+66=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #621442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621442 is #9DEBBD. Grayscale: #303030. Windows color (decimal): -10349502 or 4330594. OLE color: 4330594.

HSL color Cylindrical-coordinate representation of color #621442: hue angle of 324.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621442 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB982066-
CMYK00.800.330.62
HSL324.62º66.1%23.14%-
HSV(B)324.62º79.59%38.43%-
XYZ6.273.495.5-
YUV48.57137.84163.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=53.26%
G=10.87%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98206600.800.330.62324.6266.123.14
Hex621442050213E1454217
Octal142241020120417650510227
Binary110001010100100001001010000100001111110101000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621442; }

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

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

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

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

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

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

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

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