#631F4B

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

Shades of Pompadour #631F4B

Tints of Pompadour #631F4B

Color information

#631F4B (or 0x631F4B) is unknown color: approx Pompadour. HEX triplet: 63, 1F and 4B. RGB value is (99,31,75). Sum of RGB (Red+Green+Blue) = 99+31+75=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #631F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F4B is #9CE0B4. Grayscale: #383838. Windows color (decimal): -10281141 or 4923235. OLE color: 4923235.

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

Color convert

RGB993175-
CMYK00.690.240.61
HSL321.18º52.31%25.49%-
HSV(B)321.18º68.69%38.82%-
XYZ6.914.147.09-
YUV56.35138.53158.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=48.29%
G=15.12%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99317500.690.240.61321.1852.3125.49
Hex631F4B045183D1413419
Octal14337113010530755016431
Binary1100011111111001011010001011100011110110100000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,31,75); }

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

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

 a { background-color: rgb(99,31,75); }

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

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

 span { border-color: rgb(99,31,75); }

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