#65194A

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

Shades of Pompadour #65194A

Tints of Pompadour #65194A

Color information

#65194A (or 0x65194A) is unknown color: approx Pompadour. HEX triplet: 65, 19 and 4A. RGB value is (101,25,74). Sum of RGB (Red+Green+Blue) = 101+25+74=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65194A is #9AE6B5. Grayscale: #353535. Windows color (decimal): -10151606 or 4856165. OLE color: 4856165.

HSL color Cylindrical-coordinate representation of color #65194A: hue angle of 321.32º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65194A is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1012574-
CMYK00.750.270.60
HSL321.32º60.32%24.71%-
HSV(B)321.32º75.25%39.61%-
XYZ6.953.966.88-
YUV53.31139.68162.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.5%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 74 (29.30% from 255) = 37%
R=50.5%
G=12.5%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101257400.750.270.60321.3260.3224.71
Hex65194A04B1B3C1413c19
Octal14531112011333745017431
Binary1100101110011001010010010111101111110010100000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,25,74); }

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

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

 a { background-color: rgb(101,25,74); }

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

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

 span { border-color: rgb(101,25,74); }

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