#62194F

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

Shades of Pompadour #62194F

Tints of Pompadour #62194F

Color information

#62194F (or 0x62194F) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 4F. RGB value is (98,25,79). Sum of RGB (Red+Green+Blue) = 98+25+79=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #62194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62194F is #9DE6B0. Grayscale: #343434. Windows color (decimal): -10348209 or 5183842. OLE color: 5183842.

HSL color Cylindrical-coordinate representation of color #62194F: hue angle of 315.62º 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 #62194F is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB982579-
CMYK00.740.190.62
HSL315.62º59.35%24.12%-
HSV(B)315.62º74.49%38.43%-
XYZ6.83.867.78-
YUV52.98142.68160.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=48.51%
G=12.38%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98257900.740.190.62315.6259.3524.12
Hex62194F04A133E13c3b18
Octal14231117011223764747330
Binary1100010110011001111010010101001111111010011110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62194F; }

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

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

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

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

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

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

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

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