#631636

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

Shades of Pompadour #631636

Tints of Pompadour #631636

Color information

#631636 (or 0x631636) is unknown color: approx Pompadour. HEX triplet: 63, 16 and 36. RGB value is (99,22,54). Sum of RGB (Red+Green+Blue) = 99+22+54=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631636 is #9CE9C9. Grayscale: #303030. Windows color (decimal): -10283466 or 3544675. OLE color: 3544675.

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

Color convert

RGB992254-
CMYK00.780.450.61
HSL335.06º63.64%23.73%-
HSV(B)335.06º77.78%38.82%-
XYZ6.13.493.84-
YUV48.67131.01163.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=56.57%
G=12.57%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99225400.780.450.61335.0663.6423.73
Hex63163604E2D3D14f4018
Octal14326660116557551710030
Binary11000111011011011001001110101101111101101001111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631636; }

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

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

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

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

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

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

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

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