#65193B

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

Shades of Pompadour #65193B

Tints of Pompadour #65193B

Color information

#65193B (or 0x65193B) is unknown color: approx Pompadour. HEX triplet: 65, 19 and 3B. RGB value is (101,25,59). Sum of RGB (Red+Green+Blue) = 101+25+59=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #65193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65193B is #9AE6C4. Grayscale: #333333. Windows color (decimal): -10151621 or 3873125. OLE color: 3873125.

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

Color convert

RGB1012559-
CMYK00.750.420.60
HSL333.16º60.32%24.71%-
HSV(B)333.16º75.25%39.61%-
XYZ6.53.784.52-
YUV51.6132.18163.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=54.59%
G=13.51%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101255900.750.420.60333.1660.3224.71
Hex65193B04B2A3C14d3c19
Octal1453173011352745157431
Binary1100101110011110110100101110101011110010100110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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