#631A36

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

Shades of Pompadour #631A36

Tints of Pompadour #631A36

Color information

#631A36 (or 0x631A36) is unknown color: approx Pompadour. HEX triplet: 63, 1A and 36. RGB value is (99,26,54). Sum of RGB (Red+Green+Blue) = 99+26+54=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #631A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A36 is #9CE5C9. Grayscale: #323232. Windows color (decimal): -10282442 or 3545699. OLE color: 3545699.

HSL color Cylindrical-coordinate representation of color #631A36: hue angle of 336.99º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A36 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB992654-
CMYK00.740.450.61
HSL336.99º58.4%24.51%-
HSV(B)336.99º73.74%38.82%-
XYZ6.183.663.87-
YUV51.02129.68162.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.31%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=55.31%
G=14.53%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99265400.740.450.61336.9958.424.51
Hex631A3604A2D3D1513a19
Octal1433266011255755217231
Binary1100011110101101100100101010110111110110101000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631A36; }

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

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

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

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

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

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

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

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