#65163E

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

Shades of Pompadour #65163E

Tints of Pompadour #65163E

Color information

#65163E (or 0x65163E) is unknown color: approx Pompadour. HEX triplet: 65, 16 and 3E. RGB value is (101,22,62). Sum of RGB (Red+Green+Blue) = 101+22+62=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #65163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65163E is #9AE9C1. Grayscale: #323232. Windows color (decimal): -10152386 or 4068965. OLE color: 4068965.

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

Color convert

RGB1012262-
CMYK00.780.390.60
HSL329.62º64.23%24.12%-
HSV(B)329.62º78.22%39.61%-
XYZ6.523.694.93-
YUV50.18134.67164.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=54.59%
G=11.89%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101226200.780.390.60329.6264.2324.12
Hex65163E04E273C14a4018
Octal14526760116477451210030
Binary11001011011011111001001110100111111100101001010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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