#632546

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

Shades of Pompadour #632546

Tints of Pompadour #632546

Color information

#632546 (or 0x632546) is unknown color: approx Pompadour. HEX triplet: 63, 25 and 46. RGB value is (99,37,70). Sum of RGB (Red+Green+Blue) = 99+37+70=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #632546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632546 is #9CDAB9. Grayscale: #3B3B3B. Windows color (decimal): -10279610 or 4597091. OLE color: 4597091.

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

Color convert

RGB993770-
CMYK00.630.290.61
HSL328.06º45.59%26.67%-
HSV(B)328.06º62.63%38.82%-
XYZ6.914.426.28-
YUV59.3134.04156.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=48.06%
G=17.96%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99377000.630.290.61328.0645.5926.67
Hex63254603F1D3D1482e1b
Octal1434510607735755105633
Binary1100011100101100011001111111110111110110100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632546; }

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

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

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

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

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

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

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

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