#62193E

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

Shades of Pompadour #62193E

Tints of Pompadour #62193E

Color information

#62193E (or 0x62193E) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 3E. RGB value is (98,25,62). Sum of RGB (Red+Green+Blue) = 98+25+62=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #62193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62193E is #9DE6C1. Grayscale: #323232. Windows color (decimal): -10348226 or 4069730. OLE color: 4069730.

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

Color convert

RGB982562-
CMYK00.740.370.62
HSL329.59º59.35%24.12%-
HSV(B)329.59º74.49%38.43%-
XYZ6.253.644.93-
YUV51.04134.18161.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=52.97%
G=13.51%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98256200.740.370.62329.5959.3524.12
Hex62193E04A253E14a3b18
Octal1423176011245765127330
Binary1100010110011111100100101010010111111010100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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