#65314E

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

Shades of Pompadour #65314E

Tints of Pompadour #65314E

Color information

#65314E (or 0x65314E) is unknown color: approx Pompadour. HEX triplet: 65, 31 and 4E. RGB value is (101,49,78). Sum of RGB (Red+Green+Blue) = 101+49+78=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65314E is #9ACEB1. Grayscale: #434343. Windows color (decimal): -10145458 or 5124453. OLE color: 5124453.

HSL color Cylindrical-coordinate representation of color #65314E: hue angle of 326.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65314E is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1014978-
CMYK00.510.230.60
HSL326.54º34.67%29.41%-
HSV(B)326.54º51.49%39.61%-
XYZ7.845.517.86-
YUV67.85133.73151.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=44.30%
G=21.49%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101497800.510.230.60326.5434.6729.41
Hex65314E033173C147231d
Octal1456111606327745074335
Binary1100101110001100111001100111011111110010100011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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