#65194D

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

Shades of Pompadour #65194D

Tints of Pompadour #65194D

Color information

#65194D (or 0x65194D) is unknown color: approx Pompadour. HEX triplet: 65, 19 and 4D. RGB value is (101,25,77). Sum of RGB (Red+Green+Blue) = 101+25+77=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #65194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65194D is #9AE6B2. Grayscale: #353535. Windows color (decimal): -10151603 or 5052773. OLE color: 5052773.

HSL color Cylindrical-coordinate representation of color #65194D: hue angle of 318.95º 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 #65194D is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB1012577-
CMYK00.750.240.60
HSL318.95º60.32%24.71%-
HSV(B)318.95º75.25%39.61%-
XYZ7.0547.42-
YUV53.65141.18161.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=49.75%
G=12.32%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101257700.750.240.60318.9560.3224.71
Hex65194D04B183C13f3c19
Octal14531115011330744777431
Binary1100101110011001101010010111100011110010011111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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