#631634

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

Shades of Pompadour #631634

Tints of Pompadour #631634

Color information

#631634 (or 0x631634) is unknown color: approx Pompadour. HEX triplet: 63, 16 and 34. RGB value is (99,22,52). Sum of RGB (Red+Green+Blue) = 99+22+52=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631634 is #9CE9CB. Grayscale: #303030. Windows color (decimal): -10283468 or 3413603. OLE color: 3413603.

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

Color convert

RGB992252-
CMYK00.780.470.61
HSL336.62º63.64%23.73%-
HSV(B)336.62º77.78%38.82%-
XYZ6.053.473.6-
YUV48.44130.01164.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=57.23%
G=12.72%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99225200.780.470.61336.6263.6423.73
Hex63163404E2F3D1514018
Octal14326640116577552110030
Binary11000111011011010001001110101111111101101010001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631634; }

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

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

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

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

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

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

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

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