#65304F

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

Shades of Pompadour #65304F

Tints of Pompadour #65304F

Color information

#65304F (or 0x65304F) is unknown color: approx Pompadour. HEX triplet: 65, 30 and 4F. RGB value is (101,48,79). Sum of RGB (Red+Green+Blue) = 101+48+79=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65304F is #9ACFB0. Grayscale: #434343. Windows color (decimal): -10145713 or 5189733. OLE color: 5189733.

HSL color Cylindrical-coordinate representation of color #65304F: hue angle of 324.91º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65304F is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1014879-
CMYK00.520.220.60
HSL324.91º35.57%29.22%-
HSV(B)324.91º52.48%39.61%-
XYZ7.845.458.04-
YUV67.38134.56151.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=44.30%
G=21.05%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101487900.520.220.60324.9135.5729.22
Hex65304F034163C145241d
Octal1456011706426745054435
Binary1100101110000100111101101001011011110010100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65304F; }

 p { color: rgb(101,48,79); }

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

<style>
 a { background-color: #65304F; }

 a { background-color: rgb(101,48,79); }

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

<style>
 span { border-color: #65304F; }

 span { border-color: rgb(101,48,79); }

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