#62164B

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

Shades of Pompadour #62164B

Tints of Pompadour #62164B

Color information

#62164B (or 0x62164B) is unknown color: approx Pompadour. HEX triplet: 62, 16 and 4B. RGB value is (98,22,75). Sum of RGB (Red+Green+Blue) = 98+22+75=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62164B is #9DE9B4. Grayscale: #323232. Windows color (decimal): -10348981 or 4920930. OLE color: 4920930.

HSL color Cylindrical-coordinate representation of color #62164B: hue angle of 318.16º 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 #62164B is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB982275-
CMYK00.780.230.62
HSL318.16º63.33%23.53%-
HSV(B)318.16º77.55%38.43%-
XYZ6.593.687.02-
YUV50.77141.68161.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=50.26%
G=11.28%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98227500.780.230.62318.1663.3323.53
Hex62164B04E173E13e3f18
Octal14226113011627764767730
Binary1100010101101001011010011101011111111010011111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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