#62164A

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

Shades of Pompadour #62164A

Tints of Pompadour #62164A

Color information

#62164A (or 0x62164A) is unknown color: approx Pompadour. HEX triplet: 62, 16 and 4A. RGB value is (98,22,74). Sum of RGB (Red+Green+Blue) = 98+22+74=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62164A is #9DE9B5. Grayscale: #323232. Windows color (decimal): -10348982 or 4855394. OLE color: 4855394.

HSL color Cylindrical-coordinate representation of color #62164A: hue angle of 318.95º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62164A is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB982274-
CMYK00.780.240.62
HSL318.95º63.33%23.53%-
HSV(B)318.95º77.55%38.43%-
XYZ6.563.666.84-
YUV50.65141.18161.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=50.52%
G=11.34%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98227400.780.240.62318.9563.3323.53
Hex62164A04E183E13f3f18
Octal14226112011630764777730
Binary1100010101101001010010011101100011111010011111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62164A; }

 p { color: rgb(98,22,74); }

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

<style>
 a { background-color: #62164A; }

 a { background-color: rgb(98,22,74); }

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

<style>
 span { border-color: #62164A; }

 span { border-color: rgb(98,22,74); }

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