#65304E

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

Shades of Pompadour #65304E

Tints of Pompadour #65304E

Color information

#65304E (or 0x65304E) is unknown color: approx Pompadour. HEX triplet: 65, 30 and 4E. RGB value is (101,48,78). Sum of RGB (Red+Green+Blue) = 101+48+78=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #65304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65304E is #9ACFB1. Grayscale: #434343. Windows color (decimal): -10145714 or 5124197. OLE color: 5124197.

HSL color Cylindrical-coordinate representation of color #65304E: hue angle of 326.04º 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 #65304E is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1014878-
CMYK00.520.230.60
HSL326.04º35.57%29.22%-
HSV(B)326.04º52.48%39.61%-
XYZ7.85.437.84-
YUV67.27134.06152.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=44.49%
G=21.15%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101487800.520.230.60326.0435.5729.22
Hex65304E034173C146241d
Octal1456011606427745064435
Binary1100101110000100111001101001011111110010100011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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