#63314E

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

Shades of Pompadour #63314E

Tints of Pompadour #63314E

Color information

#63314E (or 0x63314E) is unknown color: approx Pompadour. HEX triplet: 63, 31 and 4E. RGB value is (99,49,78). Sum of RGB (Red+Green+Blue) = 99+49+78=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63314E is #9CCEB1. Grayscale: #434343. Windows color (decimal): -10276530 or 5124451. OLE color: 5124451.

HSL color Cylindrical-coordinate representation of color #63314E: hue angle of 325.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63314E is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB994978-
CMYK00.510.210.61
HSL325.2º33.78%29.02%-
HSV(B)325.2º50.51%38.82%-
XYZ7.625.47.85-
YUV67.26134.06150.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=43.81%
G=21.68%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99497800.510.210.61325.233.7829.02
Hex63314E033153D145221d
Octal1436111606325755054235
Binary1100011110001100111001100111010111110110100010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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