#631649

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

Shades of Pompadour #631649

Tints of Pompadour #631649

Color information

#631649 (or 0x631649) is unknown color: approx Pompadour. HEX triplet: 63, 16 and 49. RGB value is (99,22,73). Sum of RGB (Red+Green+Blue) = 99+22+73=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #631649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631649 is #9CE9B6. Grayscale: #323232. Windows color (decimal): -10283447 or 4789859. OLE color: 4789859.

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

Color convert

RGB992273-
CMYK00.780.260.61
HSL320.26º63.64%23.73%-
HSV(B)320.26º77.78%38.82%-
XYZ6.643.716.67-
YUV50.84140.51162.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=51.03%
G=11.34%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99227300.780.260.61320.2663.6423.73
Hex63164904E1A3D1404018
Octal143261110116327550010030
Binary11000111011010010010100111011010111101101000000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631649; }

 p { color: rgb(99,22,73); }

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

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

 a { background-color: rgb(99,22,73); }

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

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

 span { border-color: rgb(99,22,73); }

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