#621945

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

Shades of Pompadour #621945

Tints of Pompadour #621945

Color information

#621945 (or 0x621945) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 45. RGB value is (98,25,69). Sum of RGB (Red+Green+Blue) = 98+25+69=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #621945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621945 is #9DE6BA. Grayscale: #333333. Windows color (decimal): -10348219 or 4528482. OLE color: 4528482.

HSL color Cylindrical-coordinate representation of color #621945: hue angle of 323.84º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621945 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB982569-
CMYK00.740.300.62
HSL323.84º59.35%24.12%-
HSV(B)323.84º74.49%38.43%-
XYZ6.463.726.01-
YUV51.84137.68160.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=51.04%
G=13.02%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98256900.740.300.62323.8459.3524.12
Hex62194504A1E3E1443b18
Octal14231105011236765047330
Binary1100010110011000101010010101111011111010100010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621945; }

 p { color: rgb(98,25,69); }

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

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

 a { background-color: rgb(98,25,69); }

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

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

 span { border-color: rgb(98,25,69); }

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