#62144D

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

Shades of Pompadour #62144D

Tints of Pompadour #62144D

Color information

#62144D (or 0x62144D) is unknown color: approx Pompadour. HEX triplet: 62, 14 and 4D. RGB value is (98,20,77). Sum of RGB (Red+Green+Blue) = 98+20+77=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62144D is #9DEBB2. Grayscale: #313131. Windows color (decimal): -10349491 or 5051490. OLE color: 5051490.

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

Color convert

RGB982077-
CMYK00.800.210.62
HSL316.15º66.1%23.14%-
HSV(B)316.15º79.59%38.43%-
XYZ6.633.637.37-
YUV49.82143.34162.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=50.26%
G=10.26%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98207700.800.210.62316.1566.123.14
Hex62144D050153E13c4217
Octal142241150120257647410227
Binary11000101010010011010101000010101111110100111100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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