#62193D

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

Shades of Pompadour #62193D

Tints of Pompadour #62193D

Color information

#62193D (or 0x62193D) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 3D. RGB value is (98,25,61). Sum of RGB (Red+Green+Blue) = 98+25+61=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #62193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62193D is #9DE6C2. Grayscale: #323232. Windows color (decimal): -10348227 or 4004194. OLE color: 4004194.

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

Color convert

RGB982561-
CMYK00.740.380.62
HSL330.41º59.35%24.12%-
HSV(B)330.41º74.49%38.43%-
XYZ6.233.634.79-
YUV50.93133.68161.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=53.26%
G=13.59%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98256100.740.380.62330.4159.3524.12
Hex62193D04A263E14a3b18
Octal1423175011246765127330
Binary1100010110011111010100101010011011111010100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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