#65163F

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

Shades of Pompadour #65163F

Tints of Pompadour #65163F

Color information

#65163F (or 0x65163F) is unknown color: approx Pompadour. HEX triplet: 65, 16 and 3F. RGB value is (101,22,63). Sum of RGB (Red+Green+Blue) = 101+22+63=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #65163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65163F is #9AE9C0. Grayscale: #323232. Windows color (decimal): -10152385 or 4134501. OLE color: 4134501.

HSL color Cylindrical-coordinate representation of color #65163F: hue angle of 328.86º 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 #65163F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1012263-
CMYK00.780.380.60
HSL328.86º64.23%24.12%-
HSV(B)328.86º78.22%39.61%-
XYZ6.553.75.07-
YUV50.3135.17164.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.30%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 63 (25% from 255) = 33.87%
R=54.30%
G=11.83%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101226300.780.380.60328.8664.2324.12
Hex65163F04E263C1494018
Octal14526770116467451110030
Binary11001011011011111101001110100110111100101001001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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