#631B4A

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

Shades of Pompadour #631B4A

Tints of Pompadour #631B4A

Color information

#631B4A (or 0x631B4A) is unknown color: approx Pompadour. HEX triplet: 63, 1B and 4A. RGB value is (99,27,74). Sum of RGB (Red+Green+Blue) = 99+27+74=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #631B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B4A is #9CE4B5. Grayscale: #353535. Windows color (decimal): -10282166 or 4856675. OLE color: 4856675.

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

Color convert

RGB992774-
CMYK00.730.250.61
HSL320.83º57.14%24.71%-
HSV(B)320.83º72.73%38.82%-
XYZ6.773.936.88-
YUV53.89139.35160.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 27 (10.94% from 255) = 13.5%
BLUE value IS 74 (29.30% from 255) = 37%
R=49.5%
G=13.5%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99277400.730.250.61320.8357.1424.71
Hex631B4A049193D1413919
Octal14333112011131755017131
Binary1100011110111001010010010011100111110110100000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,27,74); }

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

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

 a { background-color: rgb(99,27,74); }

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

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

 span { border-color: rgb(99,27,74); }

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