#631B4F

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

Shades of Pompadour #631B4F

Tints of Pompadour #631B4F

Color information

#631B4F (or 0x631B4F) is unknown color: approx Pompadour. HEX triplet: 63, 1B and 4F. RGB value is (99,27,79). Sum of RGB (Red+Green+Blue) = 99+27+79=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #631B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B4F is #9CE4B0. Grayscale: #363636. Windows color (decimal): -10282161 or 5184355. OLE color: 5184355.

HSL color Cylindrical-coordinate representation of color #631B4F: hue angle of 316.67º 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 #631B4F is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB992779-
CMYK00.730.200.61
HSL316.67º57.14%24.71%-
HSV(B)316.67º72.73%38.82%-
XYZ6.9547.8-
YUV54.46141.85159.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 27 (10.94% from 255) = 13.17%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=48.29%
G=13.17%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99277900.730.200.61316.6757.1424.71
Hex631B4F049143D13d3919
Octal14333117011124754757131
Binary1100011110111001111010010011010011110110011110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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