#63264E

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

Shades of Pompadour #63264E

Tints of Pompadour #63264E

Color information

#63264E (or 0x63264E) is unknown color: approx Pompadour. HEX triplet: 63, 26 and 4E. RGB value is (99,38,78). Sum of RGB (Red+Green+Blue) = 99+38+78=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63264E is #9CD9B1. Grayscale: #3C3C3C. Windows color (decimal): -10279346 or 5121635. OLE color: 5121635.

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

Color convert

RGB993878-
CMYK00.620.210.61
HSL320.66º44.53%26.86%-
HSV(B)320.66º61.62%38.82%-
XYZ7.214.597.71-
YUV60.8137.71155.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=46.05%
G=17.67%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99387800.620.210.61320.6644.5326.86
Hex63264E03E153D1412d1b
Octal1434611607625755015533
Binary1100011100110100111001111101010111110110100000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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