#63254B

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

Shades of Pompadour #63254B

Tints of Pompadour #63254B

Color information

#63254B (or 0x63254B) is unknown color: approx Pompadour. HEX triplet: 63, 25 and 4B. RGB value is (99,37,75). Sum of RGB (Red+Green+Blue) = 99+37+75=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63254B is #9CDAB4. Grayscale: #3B3B3B. Windows color (decimal): -10279605 or 4924771. OLE color: 4924771.

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

Color convert

RGB993775-
CMYK00.630.240.61
HSL323.23º45.59%26.67%-
HSV(B)323.23º62.63%38.82%-
XYZ7.084.487.15-
YUV59.87136.54155.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=46.92%
G=17.54%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99377500.630.240.61323.2345.5926.67
Hex63254B03F183D1432e1b
Octal1434511307730755035633
Binary1100011100101100101101111111100011110110100001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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