#631B45

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

Shades of Pompadour #631B45

Tints of Pompadour #631B45

Color information

#631B45 (or 0x631B45) is unknown color: approx Pompadour. HEX triplet: 63, 1B and 45. RGB value is (99,27,69). Sum of RGB (Red+Green+Blue) = 99+27+69=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #631B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B45 is #9CE4BA. Grayscale: #353535. Windows color (decimal): -10282171 or 4528995. OLE color: 4528995.

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

Color convert

RGB992769-
CMYK00.730.300.61
HSL325º57.14%24.71%-
HSV(B)325º72.73%38.82%-
XYZ6.613.876.03-
YUV53.32136.85160.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=50.77%
G=13.85%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99276900.730.300.6132557.1424.71
Hex631B450491E3D1453919
Octal14333105011136755057131
Binary1100011110111000101010010011111011110110100010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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