#65193A

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

Shades of Pompadour #65193A

Tints of Pompadour #65193A

Color information

#65193A (or 0x65193A) is unknown color: approx Pompadour. HEX triplet: 65, 19 and 3A. RGB value is (101,25,58). Sum of RGB (Red+Green+Blue) = 101+25+58=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #65193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65193A is #9AE6C5. Grayscale: #333333. Windows color (decimal): -10151622 or 3807589. OLE color: 3807589.

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

Color convert

RGB1012558-
CMYK00.750.430.60
HSL333.95º60.32%24.71%-
HSV(B)333.95º75.25%39.61%-
XYZ6.483.774.39-
YUV51.49131.68163.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.89%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=54.89%
G=13.59%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101255800.750.430.60333.9560.3224.71
Hex65193A04B2B3C14e3c19
Octal1453172011353745167431
Binary1100101110011110100100101110101111110010100111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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