#631B4B

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

Shades of Pompadour #631B4B

Tints of Pompadour #631B4B

Color information

#631B4B (or 0x631B4B) is unknown color: approx Pompadour. HEX triplet: 63, 1B and 4B. RGB value is (99,27,75). Sum of RGB (Red+Green+Blue) = 99+27+75=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B4B is #9CE4B4. Grayscale: #353535. Windows color (decimal): -10282165 or 4922211. OLE color: 4922211.

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

Color convert

RGB992775-
CMYK00.730.240.61
HSL320º57.14%24.71%-
HSV(B)320º72.73%38.82%-
XYZ6.813.947.06-
YUV54139.85160.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=49.25%
G=13.43%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99277500.730.240.6132057.1424.71
Hex631B4B049183D1403919
Octal14333113011130755007131
Binary1100011110111001011010010011100011110110100000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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