#63254C

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

Shades of Pompadour #63254C

Tints of Pompadour #63254C

Color information

#63254C (or 0x63254C) is unknown color: approx Pompadour. HEX triplet: 63, 25 and 4C. RGB value is (99,37,76). Sum of RGB (Red+Green+Blue) = 99+37+76=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63254C is #9CDAB3. Grayscale: #3B3B3B. Windows color (decimal): -10279604 or 4990307. OLE color: 4990307.

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

Color convert

RGB993776-
CMYK00.630.230.61
HSL322.26º45.59%26.67%-
HSV(B)322.26º62.63%38.82%-
XYZ7.114.57.33-
YUV59.98137.04155.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=46.70%
G=17.45%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99377600.630.230.61322.2645.5926.67
Hex63254C03F173D1422e1b
Octal1434511407727755025633
Binary1100011100101100110001111111011111110110100001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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