#62193F

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

Shades of Pompadour #62193F

Tints of Pompadour #62193F

Color information

#62193F (or 0x62193F) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 3F. RGB value is (98,25,63). Sum of RGB (Red+Green+Blue) = 98+25+63=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #62193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62193F is #9DE6C0. Grayscale: #333333. Windows color (decimal): -10348225 or 4135266. OLE color: 4135266.

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

Color convert

RGB982563-
CMYK00.740.360.62
HSL328.77º59.35%24.12%-
HSV(B)328.77º74.49%38.43%-
XYZ6.283.655.08-
YUV51.16134.68161.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 63 (25% from 255) = 33.87%
R=52.69%
G=13.44%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98256300.740.360.62328.7759.3524.12
Hex62193F04A243E1493b18
Octal1423177011244765117330
Binary1100010110011111110100101010010011111010100100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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