#62163C

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

Shades of Pompadour #62163C

Tints of Pompadour #62163C

Color information

#62163C (or 0x62163C) is unknown color: approx Pompadour. HEX triplet: 62, 16 and 3C. RGB value is (98,22,60). Sum of RGB (Red+Green+Blue) = 98+22+60=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #62163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62163C is #9DE9C3. Grayscale: #303030. Windows color (decimal): -10348996 or 3937890. OLE color: 3937890.

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

Color convert

RGB982260-
CMYK00.780.390.62
HSL330º63.33%23.53%-
HSV(B)330º77.55%38.43%-
XYZ6.143.54.63-
YUV49.06134.18162.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.44%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=54.44%
G=12.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98226000.780.390.6233063.3323.53
Hex62163C04E273E14a3f18
Octal1422674011647765127730
Binary1100010101101111000100111010011111111010100101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62163C; }

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

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

<style>
 a { background-color: #62163C; }

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

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

<style>
 span { border-color: #62163C; }

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

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