#621542

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

Shades of Pompadour #621542

Tints of Pompadour #621542

Color information

#621542 (or 0x621542) is unknown color: approx Pompadour. HEX triplet: 62, 15 and 42. RGB value is (98,21,66). Sum of RGB (Red+Green+Blue) = 98+21+66=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621542 is #9DEABD. Grayscale: #313131. Windows color (decimal): -10349246 or 4330850. OLE color: 4330850.

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

Color convert

RGB982166-
CMYK00.790.330.62
HSL324.94º64.71%23.33%-
HSV(B)324.94º78.57%38.43%-
XYZ6.293.535.5-
YUV49.15137.51162.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=52.97%
G=11.35%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98216600.790.330.62324.9464.7123.33
Hex62154204F213E1454117
Octal142251020117417650510127
Binary110001010101100001001001111100001111110101000101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621542; }

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

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

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

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

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

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

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

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