#63254F

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

Shades of Pompadour #63254F

Tints of Pompadour #63254F

Color information

#63254F (or 0x63254F) is unknown color: approx Pompadour. HEX triplet: 63, 25 and 4F. RGB value is (99,37,79). Sum of RGB (Red+Green+Blue) = 99+37+79=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63254F is #9CDAB0. Grayscale: #3C3C3C. Windows color (decimal): -10279601 or 5186915. OLE color: 5186915.

HSL color Cylindrical-coordinate representation of color #63254F: hue angle of 319.35º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63254F is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB993779-
CMYK00.630.200.61
HSL319.35º45.59%26.67%-
HSV(B)319.35º62.63%38.82%-
XYZ7.224.547.89-
YUV60.33138.54155.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=46.05%
G=17.21%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99377900.630.200.61319.3545.5926.67
Hex63254F03F143D13f2e1b
Octal1434511707724754775633
Binary1100011100101100111101111111010011110110011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63254F; }

 p { color: rgb(99,37,79); }

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

<style>
 a { background-color: #63254F; }

 a { background-color: rgb(99,37,79); }

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

<style>
 span { border-color: #63254F; }

 span { border-color: rgb(99,37,79); }

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