#62193C

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

Shades of Pompadour #62193C

Tints of Pompadour #62193C

Color information

#62193C (or 0x62193C) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 3C. RGB value is (98,25,60). Sum of RGB (Red+Green+Blue) = 98+25+60=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62193C is #9DE6C3. Grayscale: #323232. Windows color (decimal): -10348228 or 3938658. OLE color: 3938658.

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

Color convert

RGB982560-
CMYK00.740.390.62
HSL331.23º59.35%24.12%-
HSV(B)331.23º74.49%38.43%-
XYZ6.23.624.65-
YUV50.82133.18161.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.55%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=53.55%
G=13.66%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98256000.740.390.62331.2359.3524.12
Hex62193C04A273E14b3b18
Octal1423174011247765137330
Binary1100010110011111000100101010011111111010100101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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