#631846

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

Shades of Pompadour #631846

Tints of Pompadour #631846

Color information

#631846 (or 0x631846) is unknown color: approx Pompadour. HEX triplet: 63, 18 and 46. RGB value is (99,24,70). Sum of RGB (Red+Green+Blue) = 99+24+70=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #631846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631846 is #9CE7B9. Grayscale: #333333. Windows color (decimal): -10282938 or 4593763. OLE color: 4593763.

HSL color Cylindrical-coordinate representation of color #631846: hue angle of 323.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631846 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB992470-
CMYK00.760.290.61
HSL323.2º60.98%24.12%-
HSV(B)323.2º75.76%38.82%-
XYZ6.583.756.17-
YUV51.67138.35161.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=51.30%
G=12.44%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99247000.760.290.61323.260.9824.12
Hex63184604C1D3D1433d18
Octal14330106011435755037530
Binary1100011110001000110010011001110111110110100001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631846; }

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

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

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

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

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

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

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

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