#621540

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

Shades of Pompadour #621540

Tints of Pompadour #621540

Color information

#621540 (or 0x621540) is unknown color: approx Pompadour. HEX triplet: 62, 15 and 40. RGB value is (98,21,64). Sum of RGB (Red+Green+Blue) = 98+21+64=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #621540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621540 is #9DEABF. Grayscale: #303030. Windows color (decimal): -10349248 or 4199778. OLE color: 4199778.

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

Color convert

RGB982164-
CMYK00.790.350.62
HSL326.49º64.71%23.33%-
HSV(B)326.49º78.57%38.43%-
XYZ6.233.55.2-
YUV48.92136.51163-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.55%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=53.55%
G=11.48%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98216400.790.350.62326.4964.7123.33
Hex62154004F233E1464117
Octal142251000117437650610127
Binary110001010101100000001001111100011111110101000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621540; }

 p { color: rgb(98,21,64); }

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

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

 a { background-color: rgb(98,21,64); }

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

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

 span { border-color: rgb(98,21,64); }

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