#62193B

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

Shades of Pompadour #62193B

Tints of Pompadour #62193B

Color information

#62193B (or 0x62193B) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 3B. RGB value is (98,25,59). Sum of RGB (Red+Green+Blue) = 98+25+59=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #62193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62193B is #9DE6C4. Grayscale: #323232. Windows color (decimal): -10348229 or 3873122. OLE color: 3873122.

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

Color convert

RGB982559-
CMYK00.740.400.62
HSL332.05º59.35%24.12%-
HSV(B)332.05º74.49%38.43%-
XYZ6.173.614.51-
YUV50.7132.68161.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.85%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=53.85%
G=13.74%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98255900.740.400.62332.0559.3524.12
Hex62193B04A283E14c3b18
Octal1423173011250765147330
Binary1100010110011110110100101010100011111010100110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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