#631546

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

Shades of Pompadour #631546

Tints of Pompadour #631546

Color information

#631546 (or 0x631546) is unknown color: approx Pompadour. HEX triplet: 63, 15 and 46. RGB value is (99,21,70). Sum of RGB (Red+Green+Blue) = 99+21+70=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #631546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631546 is #9CEAB9. Grayscale: #313131. Windows color (decimal): -10283706 or 4592995. OLE color: 4592995.

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

Color convert

RGB992170-
CMYK00.790.290.61
HSL322.31º65%23.53%-
HSV(B)322.31º78.79%38.82%-
XYZ6.523.636.15-
YUV49.91139.34163.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=52.11%
G=11.05%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99217000.790.290.61322.316523.53
Hex63154604F1D3D1424118
Octal143251060117357550210130
Binary11000111010110001100100111111101111101101000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631546; }

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

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

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

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

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

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

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

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