#65274C

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

Shades of Pompadour #65274C

Tints of Pompadour #65274C

Color information

#65274C (or 0x65274C) is unknown color: approx Pompadour. HEX triplet: 65, 27 and 4C. RGB value is (101,39,76). Sum of RGB (Red+Green+Blue) = 101+39+76=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65274C is #9AD8B3. Grayscale: #3D3D3D. Windows color (decimal): -10148020 or 4990821. OLE color: 4990821.

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

Color convert

RGB1013976-
CMYK00.610.250.60
HSL324.19º44.29%27.45%-
HSV(B)324.19º61.39%39.61%-
XYZ7.44.747.36-
YUV61.76136.04155.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=46.76%
G=18.06%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101397600.610.250.60324.1944.2927.45
Hex65274C03D193C1442c1b
Octal1454711407531745045433
Binary1100101100111100110001111011100111110010100010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65274C; }

 p { color: rgb(101,39,76); }

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

<style>
 a { background-color: #65274C; }

 a { background-color: rgb(101,39,76); }

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

<style>
 span { border-color: #65274C; }

 span { border-color: rgb(101,39,76); }

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