#62194C

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

Shades of Pompadour #62194C

Tints of Pompadour #62194C

Color information

#62194C (or 0x62194C) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 4C. RGB value is (98,25,76). Sum of RGB (Red+Green+Blue) = 98+25+76=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #62194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62194C is #9DE6B3. Grayscale: #343434. Windows color (decimal): -10348212 or 4987234. OLE color: 4987234.

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

Color convert

RGB982576-
CMYK00.740.220.62
HSL318.08º59.35%24.12%-
HSV(B)318.08º74.49%38.43%-
XYZ6.693.817.22-
YUV52.64141.18160.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=49.25%
G=12.56%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98257600.740.220.62318.0859.3524.12
Hex62194C04A163E13e3b18
Octal14231114011226764767330
Binary1100010110011001100010010101011011111010011111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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