#65164B

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

Shades of Pompadour #65164B

Tints of Pompadour #65164B

Color information

#65164B (or 0x65164B) is unknown color: approx Pompadour. HEX triplet: 65, 16 and 4B. RGB value is (101,22,75). Sum of RGB (Red+Green+Blue) = 101+22+75=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65164B is #9AE9B4. Grayscale: #333333. Windows color (decimal): -10152373 or 4920933. OLE color: 4920933.

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

Color convert

RGB1012275-
CMYK00.780.260.60
HSL319.75º64.23%24.12%-
HSV(B)319.75º78.22%39.61%-
XYZ6.923.857.03-
YUV51.66141.17163.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 22 (8.98% from 255) = 11.11%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=51.01%
G=11.11%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101227500.780.260.60319.7564.2324.12
Hex65164B04E1A3C1404018
Octal145261130116327450010030
Binary11001011011010010110100111011010111100101000000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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