#63163A

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

Shades of Pompadour #63163A

Tints of Pompadour #63163A

Color information

#63163A (or 0x63163A) is unknown color: approx Pompadour. HEX triplet: 63, 16 and 3A. RGB value is (99,22,58). Sum of RGB (Red+Green+Blue) = 99+22+58=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #63163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63163A is #9CE9C5. Grayscale: #313131. Windows color (decimal): -10283462 or 3806819. OLE color: 3806819.

HSL color Cylindrical-coordinate representation of color #63163A: hue angle of 331.95º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63163A is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB992258-
CMYK00.780.410.61
HSL331.95º63.64%23.73%-
HSV(B)331.95º77.78%38.82%-
XYZ6.23.534.36-
YUV49.13133.01163.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.31%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=55.31%
G=12.29%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99225800.780.410.61331.9563.6423.73
Hex63163A04E293D14c4018
Octal14326720116517551410030
Binary11000111011011101001001110101001111101101001100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,22,58); }

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

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

 a { background-color: rgb(99,22,58); }

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

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

 span { border-color: rgb(99,22,58); }

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