#63304E

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

Shades of Pompadour #63304E

Tints of Pompadour #63304E

Color information

#63304E (or 0x63304E) is unknown color: approx Pompadour. HEX triplet: 63, 30 and 4E. RGB value is (99,48,78). Sum of RGB (Red+Green+Blue) = 99+48+78=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63304E is #9CCFB1. Grayscale: #424242. Windows color (decimal): -10276786 or 5124195. OLE color: 5124195.

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

Color convert

RGB994878-
CMYK00.520.210.61
HSL324.71º34.69%28.82%-
HSV(B)324.71º51.52%38.82%-
XYZ7.585.327.83-
YUV66.67134.4151.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=44%
G=21.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99487800.520.210.61324.7134.6928.82
Hex63304E034153D145231d
Octal1436011606425755054335
Binary1100011110000100111001101001010111110110100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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