#65184A

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

Shades of Pompadour #65184A

Tints of Pompadour #65184A

Color information

#65184A (or 0x65184A) is unknown color: approx Pompadour. HEX triplet: 65, 18 and 4A. RGB value is (101,24,74). Sum of RGB (Red+Green+Blue) = 101+24+74=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65184A is #9AE7B5. Grayscale: #343434. Windows color (decimal): -10151862 or 4855909. OLE color: 4855909.

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

Color convert

RGB1012474-
CMYK00.760.270.60
HSL321.04º61.6%24.51%-
HSV(B)321.04º76.24%39.61%-
XYZ6.933.916.87-
YUV52.72140.01162.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=50.75%
G=12.06%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101247400.760.270.60321.0461.624.51
Hex65184A04C1B3C1413e19
Octal14530112011433745017631
Binary1100101110001001010010011001101111110010100000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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