#62194B

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

Shades of Pompadour #62194B

Tints of Pompadour #62194B

Color information

#62194B (or 0x62194B) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 4B. RGB value is (98,25,75). Sum of RGB (Red+Green+Blue) = 98+25+75=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62194B is #9DE6B4. Grayscale: #343434. Windows color (decimal): -10348213 or 4921698. OLE color: 4921698.

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

Color convert

RGB982575-
CMYK00.740.230.62
HSL318.9º59.35%24.12%-
HSV(B)318.9º74.49%38.43%-
XYZ6.653.87.04-
YUV52.53140.68160.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=49.49%
G=12.63%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98257500.740.230.62318.959.3524.12
Hex62194B04A173E13f3b18
Octal14231113011227764777330
Binary1100010110011001011010010101011111111010011111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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