#65163A

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

Shades of Pompadour #65163A

Tints of Pompadour #65163A

Color information

#65163A (or 0x65163A) is unknown color: approx Pompadour. HEX triplet: 65, 16 and 3A. RGB value is (101,22,58). Sum of RGB (Red+Green+Blue) = 101+22+58=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65163A is #9AE9C5. Grayscale: #313131. Windows color (decimal): -10152390 or 3806821. OLE color: 3806821.

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

Color convert

RGB1012258-
CMYK00.780.430.60
HSL332.66º64.23%24.12%-
HSV(B)332.66º78.22%39.61%-
XYZ6.423.654.37-
YUV49.72132.67164.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=55.80%
G=12.15%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101225800.780.430.60332.6664.2324.12
Hex65163A04E2B3C14d4018
Octal14526720116537451510030
Binary11001011011011101001001110101011111100101001101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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