#62144F

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

Shades of Pompadour #62144F

Tints of Pompadour #62144F

Color information

#62144F (or 0x62144F) is unknown color: approx Pompadour. HEX triplet: 62, 14 and 4F. RGB value is (98,20,79). Sum of RGB (Red+Green+Blue) = 98+20+79=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #62144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62144F is #9DEBB0. Grayscale: #313131. Windows color (decimal): -10349489 or 5182562. OLE color: 5182562.

HSL color Cylindrical-coordinate representation of color #62144F: hue angle of 314.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62144F is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB982079-
CMYK00.800.190.62
HSL314.62º66.1%23.14%-
HSV(B)314.62º79.59%38.43%-
XYZ6.73.667.75-
YUV50.05144.34162.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=49.75%
G=10.15%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98207900.800.190.62314.6266.123.14
Hex62144F050133E13b4217
Octal142241170120237647310227
Binary11000101010010011110101000010011111110100111011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,20,79); }

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

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

 a { background-color: rgb(98,20,79); }

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

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

 span { border-color: rgb(98,20,79); }

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