#63284E

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

Shades of Pompadour #63284E

Tints of Pompadour #63284E

Color information

#63284E (or 0x63284E) is unknown color: approx Pompadour. HEX triplet: 63, 28 and 4E. RGB value is (99,40,78). Sum of RGB (Red+Green+Blue) = 99+40+78=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63284E is #9CD7B1. Grayscale: #3D3D3D. Windows color (decimal): -10278834 or 5122147. OLE color: 5122147.

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

Color convert

RGB994078-
CMYK00.600.210.61
HSL321.36º42.45%27.25%-
HSV(B)321.36º59.6%38.82%-
XYZ7.284.727.74-
YUV61.97137.05154.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=45.62%
G=18.43%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99407800.600.210.61321.3642.4527.25
Hex63284E03C153D1412a1b
Octal1435011607425755015233
Binary1100011101000100111001111001010111110110100000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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