#63254E

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

Shades of Pompadour #63254E

Tints of Pompadour #63254E

Color information

#63254E (or 0x63254E) is unknown color: approx Pompadour. HEX triplet: 63, 25 and 4E. RGB value is (99,37,78). Sum of RGB (Red+Green+Blue) = 99+37+78=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63254E is #9CDAB1. Grayscale: #3C3C3C. Windows color (decimal): -10279602 or 5121379. OLE color: 5121379.

HSL color Cylindrical-coordinate representation of color #63254E: hue angle of 320.32º 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 #63254E is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB993778-
CMYK00.630.210.61
HSL320.32º45.59%26.67%-
HSV(B)320.32º62.63%38.82%-
XYZ7.184.537.7-
YUV60.21138.04155.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=46.26%
G=17.29%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99377800.630.210.61320.3245.5926.67
Hex63254E03F153D1402e1b
Octal1434511607725755005633
Binary1100011100101100111001111111010111110110100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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